Name | Type | Description | Notes |
---|---|---|---|
Running | Pointer to NullableBool | [optional] | |
BundleID | Pointer to NullableString | [optional] |
func NewAgentAppStatus() *AgentAppStatus
NewAgentAppStatus instantiates a new AgentAppStatus 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 NewAgentAppStatusWithDefaults() *AgentAppStatus
NewAgentAppStatusWithDefaults instantiates a new AgentAppStatus 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 *AgentAppStatus) GetRunning() bool
GetRunning returns the Running field if non-nil, zero value otherwise.
func (o *AgentAppStatus) GetRunningOk() (*bool, bool)
GetRunningOk returns a tuple with the Running field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentAppStatus) SetRunning(v bool)
SetRunning sets Running field to given value.
func (o *AgentAppStatus) HasRunning() bool
HasRunning returns a boolean if a field has been set.
func (o *AgentAppStatus) SetRunningNil(b bool)
SetRunningNil sets the value for Running to be an explicit nil
func (o *AgentAppStatus) UnsetRunning()
UnsetRunning ensures that no value is present for Running, not even an explicit nil
func (o *AgentAppStatus) GetBundleID() string
GetBundleID returns the BundleID field if non-nil, zero value otherwise.
func (o *AgentAppStatus) GetBundleIDOk() (*string, bool)
GetBundleIDOk returns a tuple with the BundleID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentAppStatus) SetBundleID(v string)
SetBundleID sets BundleID field to given value.
func (o *AgentAppStatus) HasBundleID() bool
HasBundleID returns a boolean if a field has been set.
func (o *AgentAppStatus) SetBundleIDNil(b bool)
SetBundleIDNil sets the value for BundleID to be an explicit nil
func (o *AgentAppStatus) UnsetBundleID()
UnsetBundleID ensures that no value is present for BundleID, not even an explicit nil