| Name | Type | Description | Notes |
|---|---|---|---|
| ProjectId | Pointer to string | [optional] | |
| UiPinned | Pointer to bool | [optional] | |
| AfterRank | Pointer to string | [optional] | |
| BeforeRank | Pointer to string | [optional] |
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
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
func (o *ProjectChangePinnedRequest) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
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.
func (o *ProjectChangePinnedRequest) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *ProjectChangePinnedRequest) HasProjectId() bool
HasProjectId returns a boolean if a field has been set.
func (o *ProjectChangePinnedRequest) GetUiPinned() bool
GetUiPinned returns the UiPinned field if non-nil, zero value otherwise.
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.
func (o *ProjectChangePinnedRequest) SetUiPinned(v bool)
SetUiPinned sets UiPinned field to given value.
func (o *ProjectChangePinnedRequest) HasUiPinned() bool
HasUiPinned returns a boolean if a field has been set.
func (o *ProjectChangePinnedRequest) GetAfterRank() string
GetAfterRank returns the AfterRank field if non-nil, zero value otherwise.
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.
func (o *ProjectChangePinnedRequest) SetAfterRank(v string)
SetAfterRank sets AfterRank field to given value.
func (o *ProjectChangePinnedRequest) HasAfterRank() bool
HasAfterRank returns a boolean if a field has been set.
func (o *ProjectChangePinnedRequest) GetBeforeRank() string
GetBeforeRank returns the BeforeRank field if non-nil, zero value otherwise.
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.
func (o *ProjectChangePinnedRequest) SetBeforeRank(v string)
SetBeforeRank sets BeforeRank field to given value.
func (o *ProjectChangePinnedRequest) HasBeforeRank() bool
HasBeforeRank returns a boolean if a field has been set.