| Name | Type | Description | Notes |
|---|---|---|---|
| ServiceId | Pointer to string | [optional] | |
| UiPinned | Pointer to bool | [optional] | |
| AfterRank | Pointer to string | [optional] | |
| BeforeRank | Pointer to string | [optional] |
func NewCloudChangePinnedRequest() *CloudChangePinnedRequest
NewCloudChangePinnedRequest instantiates a new CloudChangePinnedRequest 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 NewCloudChangePinnedRequestWithDefaults() *CloudChangePinnedRequest
NewCloudChangePinnedRequestWithDefaults instantiates a new CloudChangePinnedRequest 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 *CloudChangePinnedRequest) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *CloudChangePinnedRequest) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudChangePinnedRequest) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *CloudChangePinnedRequest) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (o *CloudChangePinnedRequest) GetUiPinned() bool
GetUiPinned returns the UiPinned field if non-nil, zero value otherwise.
func (o *CloudChangePinnedRequest) 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 *CloudChangePinnedRequest) SetUiPinned(v bool)
SetUiPinned sets UiPinned field to given value.
func (o *CloudChangePinnedRequest) HasUiPinned() bool
HasUiPinned returns a boolean if a field has been set.
func (o *CloudChangePinnedRequest) GetAfterRank() string
GetAfterRank returns the AfterRank field if non-nil, zero value otherwise.
func (o *CloudChangePinnedRequest) 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 *CloudChangePinnedRequest) SetAfterRank(v string)
SetAfterRank sets AfterRank field to given value.
func (o *CloudChangePinnedRequest) HasAfterRank() bool
HasAfterRank returns a boolean if a field has been set.
func (o *CloudChangePinnedRequest) GetBeforeRank() string
GetBeforeRank returns the BeforeRank field if non-nil, zero value otherwise.
func (o *CloudChangePinnedRequest) 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 *CloudChangePinnedRequest) SetBeforeRank(v string)
SetBeforeRank sets BeforeRank field to given value.
func (o *CloudChangePinnedRequest) HasBeforeRank() bool
HasBeforeRank returns a boolean if a field has been set.