Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.69 KB

InstanceAgentState.md

File metadata and controls

102 lines (57 loc) · 2.69 KB

InstanceAgentState

Properties

Name Type Description Notes
Hash Pointer to NullableString [optional]
Info Pointer to NullableString [optional]

Methods

NewInstanceAgentState

func NewInstanceAgentState() *InstanceAgentState

NewInstanceAgentState instantiates a new InstanceAgentState 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

NewInstanceAgentStateWithDefaults

func NewInstanceAgentStateWithDefaults() *InstanceAgentState

NewInstanceAgentStateWithDefaults instantiates a new InstanceAgentState 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

GetHash

func (o *InstanceAgentState) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

func (o *InstanceAgentState) GetHashOk() (*string, bool)

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

SetHash

func (o *InstanceAgentState) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *InstanceAgentState) HasHash() bool

HasHash returns a boolean if a field has been set.

SetHashNil

func (o *InstanceAgentState) SetHashNil(b bool)

SetHashNil sets the value for Hash to be an explicit nil

UnsetHash

func (o *InstanceAgentState) UnsetHash()

UnsetHash ensures that no value is present for Hash, not even an explicit nil

GetInfo

func (o *InstanceAgentState) GetInfo() string

GetInfo returns the Info field if non-nil, zero value otherwise.

GetInfoOk

func (o *InstanceAgentState) GetInfoOk() (*string, bool)

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

SetInfo

func (o *InstanceAgentState) SetInfo(v string)

SetInfo sets Info field to given value.

HasInfo

func (o *InstanceAgentState) HasInfo() bool

HasInfo returns a boolean if a field has been set.

SetInfoNil

func (o *InstanceAgentState) SetInfoNil(b bool)

SetInfoNil sets the value for Info to be an explicit nil

UnsetInfo

func (o *InstanceAgentState) UnsetInfo()

UnsetInfo ensures that no value is present for Info, not even an explicit nil

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