Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 980 Bytes

Project.md

File metadata and controls

21 lines (16 loc) · 980 Bytes

PollinationSDK.Model.Project

Properties

Name Type Description Notes
Name string The name of the project. Must be unique to a given owner
Description string A description of the project [optional] [default to ""]
Public bool Whether or not a project is publicly viewable [optional] [default to true]
Id string The project ID
Owner AccountPublic The project owner
Permissions UserPermission
Slug string The project name in slug format
Usage Usage The resource consumption of this project [optional]
Type string [optional] [readonly] [default to "Project"]

[Back to Model list] [Back to API list] [Back to README]