Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.8 KB

File metadata and controls

134 lines (73 loc) · 3.8 KB

CloudChangePinnedRequest

Properties

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

Methods

NewCloudChangePinnedRequest

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

NewCloudChangePinnedRequestWithDefaults

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

GetServiceId

func (o *CloudChangePinnedRequest) GetServiceId() string

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

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.

SetServiceId

func (o *CloudChangePinnedRequest) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

HasServiceId

func (o *CloudChangePinnedRequest) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

GetUiPinned

func (o *CloudChangePinnedRequest) GetUiPinned() bool

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

GetUiPinnedOk

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.

SetUiPinned

func (o *CloudChangePinnedRequest) SetUiPinned(v bool)

SetUiPinned sets UiPinned field to given value.

HasUiPinned

func (o *CloudChangePinnedRequest) HasUiPinned() bool

HasUiPinned returns a boolean if a field has been set.

GetAfterRank

func (o *CloudChangePinnedRequest) GetAfterRank() string

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

GetAfterRankOk

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.

SetAfterRank

func (o *CloudChangePinnedRequest) SetAfterRank(v string)

SetAfterRank sets AfterRank field to given value.

HasAfterRank

func (o *CloudChangePinnedRequest) HasAfterRank() bool

HasAfterRank returns a boolean if a field has been set.

GetBeforeRank

func (o *CloudChangePinnedRequest) GetBeforeRank() string

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

GetBeforeRankOk

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.

SetBeforeRank

func (o *CloudChangePinnedRequest) SetBeforeRank(v string)

SetBeforeRank sets BeforeRank field to given value.

HasBeforeRank

func (o *CloudChangePinnedRequest) HasBeforeRank() bool

HasBeforeRank returns a boolean if a field has been set.

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