Name | Type | Description | Notes |
---|---|---|---|
ConfigHash | Pointer to ConfigHash | [optional] | |
LastChange | Pointer to LastConfigChange | [optional] | |
LastStatus | Pointer to LastStatusInfo | [optional] | |
RequiredActivity | Pointer to RequiredActivity | [optional] | |
UpdateStamp | Pointer to int64 | [optional] |
func NewConfigChange() *ConfigChange
NewConfigChange instantiates a new ConfigChange 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 NewConfigChangeWithDefaults() *ConfigChange
NewConfigChangeWithDefaults instantiates a new ConfigChange 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 *ConfigChange) GetConfigHash() ConfigHash
GetConfigHash returns the ConfigHash field if non-nil, zero value otherwise.
func (o *ConfigChange) GetConfigHashOk() (*ConfigHash, bool)
GetConfigHashOk returns a tuple with the ConfigHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigChange) SetConfigHash(v ConfigHash)
SetConfigHash sets ConfigHash field to given value.
func (o *ConfigChange) HasConfigHash() bool
HasConfigHash returns a boolean if a field has been set.
func (o *ConfigChange) GetLastChange() LastConfigChange
GetLastChange returns the LastChange field if non-nil, zero value otherwise.
func (o *ConfigChange) GetLastChangeOk() (*LastConfigChange, bool)
GetLastChangeOk returns a tuple with the LastChange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigChange) SetLastChange(v LastConfigChange)
SetLastChange sets LastChange field to given value.
func (o *ConfigChange) HasLastChange() bool
HasLastChange returns a boolean if a field has been set.
func (o *ConfigChange) GetLastStatus() LastStatusInfo
GetLastStatus returns the LastStatus field if non-nil, zero value otherwise.
func (o *ConfigChange) GetLastStatusOk() (*LastStatusInfo, bool)
GetLastStatusOk returns a tuple with the LastStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigChange) SetLastStatus(v LastStatusInfo)
SetLastStatus sets LastStatus field to given value.
func (o *ConfigChange) HasLastStatus() bool
HasLastStatus returns a boolean if a field has been set.
func (o *ConfigChange) GetRequiredActivity() RequiredActivity
GetRequiredActivity returns the RequiredActivity field if non-nil, zero value otherwise.
func (o *ConfigChange) GetRequiredActivityOk() (*RequiredActivity, bool)
GetRequiredActivityOk returns a tuple with the RequiredActivity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigChange) SetRequiredActivity(v RequiredActivity)
SetRequiredActivity sets RequiredActivity field to given value.
func (o *ConfigChange) HasRequiredActivity() bool
HasRequiredActivity returns a boolean if a field has been set.
func (o *ConfigChange) GetUpdateStamp() int64
GetUpdateStamp returns the UpdateStamp field if non-nil, zero value otherwise.
func (o *ConfigChange) GetUpdateStampOk() (*int64, bool)
GetUpdateStampOk returns a tuple with the UpdateStamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigChange) SetUpdateStamp(v int64)
SetUpdateStamp sets UpdateStamp field to given value.
func (o *ConfigChange) HasUpdateStamp() bool
HasUpdateStamp returns a boolean if a field has been set.