Name | Type | Description | Notes |
---|---|---|---|
Id | string | The GUID of the application | |
Name | string | The name of the application | |
Attributes | map[string]interface{} | Custom map of attributes for a source. This will only be populated if type is `SOURCE` and the source has a proxy. |
func NewVAClusterStatusChangeEventApplication(id string, name string, attributes map[string]interface{}, ) *VAClusterStatusChangeEventApplication
NewVAClusterStatusChangeEventApplication instantiates a new VAClusterStatusChangeEventApplication 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 NewVAClusterStatusChangeEventApplicationWithDefaults() *VAClusterStatusChangeEventApplication
NewVAClusterStatusChangeEventApplicationWithDefaults instantiates a new VAClusterStatusChangeEventApplication 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 *VAClusterStatusChangeEventApplication) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VAClusterStatusChangeEventApplication) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VAClusterStatusChangeEventApplication) SetId(v string)
SetId sets Id field to given value.
func (o *VAClusterStatusChangeEventApplication) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VAClusterStatusChangeEventApplication) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VAClusterStatusChangeEventApplication) SetName(v string)
SetName sets Name field to given value.
func (o *VAClusterStatusChangeEventApplication) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *VAClusterStatusChangeEventApplication) 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.
func (o *VAClusterStatusChangeEventApplication) SetAttributes(v map[string]interface{})
SetAttributes sets Attributes field to given value.
func (o *VAClusterStatusChangeEventApplication) SetAttributesNil(b bool)
SetAttributesNil sets the value for Attributes to be an explicit nil
func (o *VAClusterStatusChangeEventApplication) UnsetAttributes()
UnsetAttributes ensures that no value is present for Attributes, not even an explicit nil