Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.86 KB

File metadata and controls

134 lines (73 loc) · 3.86 KB

ProjectChangePinnedRequest

Properties

Name Type Description Notes
ProjectId Pointer to string [optional]
UiPinned Pointer to bool [optional]
AfterRank Pointer to string [optional]
BeforeRank Pointer to string [optional]

Methods

NewProjectChangePinnedRequest

func NewProjectChangePinnedRequest() *ProjectChangePinnedRequest

NewProjectChangePinnedRequest instantiates a new ProjectChangePinnedRequest 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

NewProjectChangePinnedRequestWithDefaults

func NewProjectChangePinnedRequestWithDefaults() *ProjectChangePinnedRequest

NewProjectChangePinnedRequestWithDefaults instantiates a new ProjectChangePinnedRequest 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 *ProjectChangePinnedRequest) GetProjectId() string

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

GetProjectIdOk

func (o *ProjectChangePinnedRequest) 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 *ProjectChangePinnedRequest) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

HasProjectId

func (o *ProjectChangePinnedRequest) HasProjectId() bool

HasProjectId returns a boolean if a field has been set.

GetUiPinned

func (o *ProjectChangePinnedRequest) GetUiPinned() bool

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

GetUiPinnedOk

func (o *ProjectChangePinnedRequest) 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 *ProjectChangePinnedRequest) SetUiPinned(v bool)

SetUiPinned sets UiPinned field to given value.

HasUiPinned

func (o *ProjectChangePinnedRequest) HasUiPinned() bool

HasUiPinned returns a boolean if a field has been set.

GetAfterRank

func (o *ProjectChangePinnedRequest) GetAfterRank() string

GetAfterRank returns the AfterRank field if non-nil, zero value otherwise.

GetAfterRankOk

func (o *ProjectChangePinnedRequest) GetAfterRankOk() (*string, bool)

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

SetAfterRank

func (o *ProjectChangePinnedRequest) SetAfterRank(v string)

SetAfterRank sets AfterRank field to given value.

HasAfterRank

func (o *ProjectChangePinnedRequest) HasAfterRank() bool

HasAfterRank returns a boolean if a field has been set.

GetBeforeRank

func (o *ProjectChangePinnedRequest) GetBeforeRank() string

GetBeforeRank returns the BeforeRank field if non-nil, zero value otherwise.

GetBeforeRankOk

func (o *ProjectChangePinnedRequest) GetBeforeRankOk() (*string, bool)

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

SetBeforeRank

func (o *ProjectChangePinnedRequest) SetBeforeRank(v string)

SetBeforeRank sets BeforeRank field to given value.

HasBeforeRank

func (o *ProjectChangePinnedRequest) HasBeforeRank() bool

HasBeforeRank returns a boolean if a field has been set.

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