Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 6.73 KB

File metadata and controls

264 lines (143 loc) · 6.73 KB

ProjectProject

Properties

Name Type Description Notes
Id Pointer to string [optional]
Name Pointer to string [optional]
Description Pointer to string [optional]
IsDefault Pointer to bool [optional]
CreatedAt Pointer to string [optional]
UpdatedAt Pointer to string [optional]
UiPinned Pointer to bool [optional]
UiPinChangedAt Pointer to string [optional]
DisplayRank Pointer to string [optional]

Methods

NewProjectProject

func NewProjectProject() *ProjectProject

NewProjectProject instantiates a new ProjectProject 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

NewProjectProjectWithDefaults

func NewProjectProjectWithDefaults() *ProjectProject

NewProjectProjectWithDefaults instantiates a new ProjectProject 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

GetId

func (o *ProjectProject) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ProjectProject) 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.

SetId

func (o *ProjectProject) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ProjectProject) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ProjectProject) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ProjectProject) 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.

SetName

func (o *ProjectProject) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ProjectProject) HasName() bool

HasName returns a boolean if a field has been set.

GetDescription

func (o *ProjectProject) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ProjectProject) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *ProjectProject) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ProjectProject) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetIsDefault

func (o *ProjectProject) GetIsDefault() bool

GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.

GetIsDefaultOk

func (o *ProjectProject) GetIsDefaultOk() (*bool, bool)

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

SetIsDefault

func (o *ProjectProject) SetIsDefault(v bool)

SetIsDefault sets IsDefault field to given value.

HasIsDefault

func (o *ProjectProject) HasIsDefault() bool

HasIsDefault returns a boolean if a field has been set.

GetCreatedAt

func (o *ProjectProject) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *ProjectProject) GetCreatedAtOk() (*string, bool)

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

SetCreatedAt

func (o *ProjectProject) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ProjectProject) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetUpdatedAt

func (o *ProjectProject) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *ProjectProject) GetUpdatedAtOk() (*string, bool)

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

SetUpdatedAt

func (o *ProjectProject) SetUpdatedAt(v string)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *ProjectProject) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

GetUiPinned

func (o *ProjectProject) GetUiPinned() bool

GetUiPinned returns the UiPinned field if non-nil, zero value otherwise.

GetUiPinnedOk

func (o *ProjectProject) GetUiPinnedOk() (*bool, bool)

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

SetUiPinned

func (o *ProjectProject) SetUiPinned(v bool)

SetUiPinned sets UiPinned field to given value.

HasUiPinned

func (o *ProjectProject) HasUiPinned() bool

HasUiPinned returns a boolean if a field has been set.

GetUiPinChangedAt

func (o *ProjectProject) GetUiPinChangedAt() string

GetUiPinChangedAt returns the UiPinChangedAt field if non-nil, zero value otherwise.

GetUiPinChangedAtOk

func (o *ProjectProject) GetUiPinChangedAtOk() (*string, bool)

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

SetUiPinChangedAt

func (o *ProjectProject) SetUiPinChangedAt(v string)

SetUiPinChangedAt sets UiPinChangedAt field to given value.

HasUiPinChangedAt

func (o *ProjectProject) HasUiPinChangedAt() bool

HasUiPinChangedAt returns a boolean if a field has been set.

GetDisplayRank

func (o *ProjectProject) GetDisplayRank() string

GetDisplayRank returns the DisplayRank field if non-nil, zero value otherwise.

GetDisplayRankOk

func (o *ProjectProject) GetDisplayRankOk() (*string, bool)

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

SetDisplayRank

func (o *ProjectProject) SetDisplayRank(v string)

SetDisplayRank sets DisplayRank field to given value.

HasDisplayRank

func (o *ProjectProject) HasDisplayRank() bool

HasDisplayRank returns a boolean if a field has been set.

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