Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.05 KB

File metadata and controls

108 lines (59 loc) · 3.05 KB

CloudUpdateRequest

Properties

Name Type Description Notes
ServiceId Pointer to string [optional]
DisplayName Pointer to string [optional]
Description Pointer to string [optional]

Methods

NewCloudUpdateRequest

func NewCloudUpdateRequest() *CloudUpdateRequest

NewCloudUpdateRequest instantiates a new CloudUpdateRequest 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

NewCloudUpdateRequestWithDefaults

func NewCloudUpdateRequestWithDefaults() *CloudUpdateRequest

NewCloudUpdateRequestWithDefaults instantiates a new CloudUpdateRequest 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 *CloudUpdateRequest) GetServiceId() string

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

GetServiceIdOk

func (o *CloudUpdateRequest) 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 *CloudUpdateRequest) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

HasServiceId

func (o *CloudUpdateRequest) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

GetDisplayName

func (o *CloudUpdateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *CloudUpdateRequest) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *CloudUpdateRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *CloudUpdateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDescription

func (o *CloudUpdateRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *CloudUpdateRequest) 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.

SetDescription

func (o *CloudUpdateRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CloudUpdateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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