Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.94 KB

AgentAppsStatusList.md

File metadata and controls

102 lines (57 loc) · 2.94 KB

AgentAppsStatusList

Properties

Name Type Description Notes
Apps Pointer to []AgentAppStatus [optional]
Frontmost Pointer to NullableString bundleID of frontmost app or empty string if none are frontmost [optional]

Methods

NewAgentAppsStatusList

func NewAgentAppsStatusList() *AgentAppsStatusList

NewAgentAppsStatusList instantiates a new AgentAppsStatusList 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

NewAgentAppsStatusListWithDefaults

func NewAgentAppsStatusListWithDefaults() *AgentAppsStatusList

NewAgentAppsStatusListWithDefaults instantiates a new AgentAppsStatusList 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

GetApps

func (o *AgentAppsStatusList) GetApps() []AgentAppStatus

GetApps returns the Apps field if non-nil, zero value otherwise.

GetAppsOk

func (o *AgentAppsStatusList) GetAppsOk() (*[]AgentAppStatus, bool)

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

SetApps

func (o *AgentAppsStatusList) SetApps(v []AgentAppStatus)

SetApps sets Apps field to given value.

HasApps

func (o *AgentAppsStatusList) HasApps() bool

HasApps returns a boolean if a field has been set.

SetAppsNil

func (o *AgentAppsStatusList) SetAppsNil(b bool)

SetAppsNil sets the value for Apps to be an explicit nil

UnsetApps

func (o *AgentAppsStatusList) UnsetApps()

UnsetApps ensures that no value is present for Apps, not even an explicit nil

GetFrontmost

func (o *AgentAppsStatusList) GetFrontmost() string

GetFrontmost returns the Frontmost field if non-nil, zero value otherwise.

GetFrontmostOk

func (o *AgentAppsStatusList) GetFrontmostOk() (*string, bool)

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

SetFrontmost

func (o *AgentAppsStatusList) SetFrontmost(v string)

SetFrontmost sets Frontmost field to given value.

HasFrontmost

func (o *AgentAppsStatusList) HasFrontmost() bool

HasFrontmost returns a boolean if a field has been set.

SetFrontmostNil

func (o *AgentAppsStatusList) SetFrontmostNil(b bool)

SetFrontmostNil sets the value for Frontmost to be an explicit nil

UnsetFrontmost

func (o *AgentAppsStatusList) UnsetFrontmost()

UnsetFrontmost ensures that no value is present for Frontmost, not even an explicit nil

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