Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.2 KB

ServiceUpdate.md

File metadata and controls

108 lines (59 loc) · 3.2 KB

ServiceUpdate

Properties

Name Type Description Notes
Status Pointer to map[string]interface{} [optional]
DefinitionAttributes Pointer to map[string]interface{} [optional]
Attributes Pointer to map[string]interface{} [optional]

Methods

NewServiceUpdate

func NewServiceUpdate() *ServiceUpdate

NewServiceUpdate instantiates a new ServiceUpdate 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

NewServiceUpdateWithDefaults

func NewServiceUpdateWithDefaults() *ServiceUpdate

NewServiceUpdateWithDefaults instantiates a new ServiceUpdate 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

GetStatus

func (o *ServiceUpdate) GetStatus() map[string]interface{}

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ServiceUpdate) GetStatusOk() (*map[string]interface{}, bool)

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

SetStatus

func (o *ServiceUpdate) SetStatus(v map[string]interface{})

SetStatus sets Status field to given value.

HasStatus

func (o *ServiceUpdate) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetDefinitionAttributes

func (o *ServiceUpdate) GetDefinitionAttributes() map[string]interface{}

GetDefinitionAttributes returns the DefinitionAttributes field if non-nil, zero value otherwise.

GetDefinitionAttributesOk

func (o *ServiceUpdate) GetDefinitionAttributesOk() (*map[string]interface{}, bool)

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

SetDefinitionAttributes

func (o *ServiceUpdate) SetDefinitionAttributes(v map[string]interface{})

SetDefinitionAttributes sets DefinitionAttributes field to given value.

HasDefinitionAttributes

func (o *ServiceUpdate) HasDefinitionAttributes() bool

HasDefinitionAttributes returns a boolean if a field has been set.

GetAttributes

func (o *ServiceUpdate) GetAttributes() map[string]interface{}

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *ServiceUpdate) GetAttributesOk() (*map[string]interface{}, bool)

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

SetAttributes

func (o *ServiceUpdate) SetAttributes(v map[string]interface{})

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *ServiceUpdate) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

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