Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.4 KB

Project.md

File metadata and controls

51 lines (28 loc) · 1.4 KB

Project

Properties

Name Type Description Notes
ProjectId string Subscriber-assigned project ID

Methods

NewProject

func NewProject(projectId string, ) *Project

NewProject instantiates a new Project object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewProjectWithDefaults

func NewProjectWithDefaults() *Project

NewProjectWithDefaults instantiates a new Project object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetProjectId

func (o *Project) GetProjectId() string

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

func (o *Project) GetProjectIdOk() (*string, bool)

GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProjectId

func (o *Project) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

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