| Name | Type | Description | Notes |
|---|---|---|---|
| ServiceId | Pointer to string | [optional] | |
| DisplayName | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] |
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
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
func (o *CloudUpdateRequest) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
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.
func (o *CloudUpdateRequest) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *CloudUpdateRequest) HasServiceId() bool
HasServiceId returns a boolean if a field has been set.
func (o *CloudUpdateRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *CloudUpdateRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CloudUpdateRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CloudUpdateRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *CloudUpdateRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CloudUpdateRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.