Name | Type | Description | Notes |
---|---|---|---|
Links | map[string]Link | The location and content type of related resources | |
Id | string | The ID of this project | |
Key | string | The key of this project | |
IncludeInSnippetByDefault | bool | Whether or not flags created in this project are made available to the client-side JavaScript SDK by default | |
DefaultClientSideAvailability | Pointer to ClientSideAvailability | [optional] | |
Name | string | A human-friendly name for the project | |
Access | Pointer to Access | [optional] | |
Tags | []string | A list of tags for the project | |
DefaultReleasePipelineKey | Pointer to string | The key of the default release pipeline for this project | [optional] |
Environments | Pointer to Environments | [optional] |
func NewProject(links map[string]Link, id string, key string, includeInSnippetByDefault bool, name string, tags []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
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
func (o *Project) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Project) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *Project) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Project) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetId(v string)
SetId sets Id field to given value.
func (o *Project) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *Project) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetKey(v string)
SetKey sets Key field to given value.
func (o *Project) GetIncludeInSnippetByDefault() bool
GetIncludeInSnippetByDefault returns the IncludeInSnippetByDefault field if non-nil, zero value otherwise.
func (o *Project) GetIncludeInSnippetByDefaultOk() (*bool, bool)
GetIncludeInSnippetByDefaultOk returns a tuple with the IncludeInSnippetByDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetIncludeInSnippetByDefault(v bool)
SetIncludeInSnippetByDefault sets IncludeInSnippetByDefault field to given value.
func (o *Project) GetDefaultClientSideAvailability() ClientSideAvailability
GetDefaultClientSideAvailability returns the DefaultClientSideAvailability field if non-nil, zero value otherwise.
func (o *Project) GetDefaultClientSideAvailabilityOk() (*ClientSideAvailability, bool)
GetDefaultClientSideAvailabilityOk returns a tuple with the DefaultClientSideAvailability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetDefaultClientSideAvailability(v ClientSideAvailability)
SetDefaultClientSideAvailability sets DefaultClientSideAvailability field to given value.
func (o *Project) HasDefaultClientSideAvailability() bool
HasDefaultClientSideAvailability returns a boolean if a field has been set.
func (o *Project) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Project) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetName(v string)
SetName sets Name field to given value.
func (o *Project) GetAccess() Access
GetAccess returns the Access field if non-nil, zero value otherwise.
func (o *Project) GetAccessOk() (*Access, bool)
GetAccessOk returns a tuple with the Access field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetAccess(v Access)
SetAccess sets Access field to given value.
func (o *Project) HasAccess() bool
HasAccess returns a boolean if a field has been set.
func (o *Project) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *Project) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *Project) GetDefaultReleasePipelineKey() string
GetDefaultReleasePipelineKey returns the DefaultReleasePipelineKey field if non-nil, zero value otherwise.
func (o *Project) GetDefaultReleasePipelineKeyOk() (*string, bool)
GetDefaultReleasePipelineKeyOk returns a tuple with the DefaultReleasePipelineKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetDefaultReleasePipelineKey(v string)
SetDefaultReleasePipelineKey sets DefaultReleasePipelineKey field to given value.
func (o *Project) HasDefaultReleasePipelineKey() bool
HasDefaultReleasePipelineKey returns a boolean if a field has been set.
func (o *Project) GetEnvironments() Environments
GetEnvironments returns the Environments field if non-nil, zero value otherwise.
func (o *Project) GetEnvironmentsOk() (*Environments, bool)
GetEnvironmentsOk returns a tuple with the Environments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Project) SetEnvironments(v Environments)
SetEnvironments sets Environments field to given value.
func (o *Project) HasEnvironments() bool
HasEnvironments returns a boolean if a field has been set.