| 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] |
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
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
func (o *ProjectProject) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ProjectProject) SetId(v string)
SetId sets Id field to given value.
func (o *ProjectProject) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ProjectProject) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ProjectProject) SetName(v string)
SetName sets Name field to given value.
func (o *ProjectProject) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ProjectProject) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *ProjectProject) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ProjectProject) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ProjectProject) GetIsDefault() bool
GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.
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.
func (o *ProjectProject) SetIsDefault(v bool)
SetIsDefault sets IsDefault field to given value.
func (o *ProjectProject) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (o *ProjectProject) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *ProjectProject) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *ProjectProject) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ProjectProject) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
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.
func (o *ProjectProject) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ProjectProject) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *ProjectProject) GetUiPinned() bool
GetUiPinned returns the UiPinned field if non-nil, zero value otherwise.
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.
func (o *ProjectProject) SetUiPinned(v bool)
SetUiPinned sets UiPinned field to given value.
func (o *ProjectProject) HasUiPinned() bool
HasUiPinned returns a boolean if a field has been set.
func (o *ProjectProject) GetUiPinChangedAt() string
GetUiPinChangedAt returns the UiPinChangedAt field if non-nil, zero value otherwise.
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.
func (o *ProjectProject) SetUiPinChangedAt(v string)
SetUiPinChangedAt sets UiPinChangedAt field to given value.
func (o *ProjectProject) HasUiPinChangedAt() bool
HasUiPinChangedAt returns a boolean if a field has been set.
func (o *ProjectProject) GetDisplayRank() string
GetDisplayRank returns the DisplayRank field if non-nil, zero value otherwise.
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.
func (o *ProjectProject) SetDisplayRank(v string)
SetDisplayRank sets DisplayRank field to given value.
func (o *ProjectProject) HasDisplayRank() bool
HasDisplayRank returns a boolean if a field has been set.