Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.81 KB

CommandResultListResultsInner.md

File metadata and controls

160 lines (87 loc) · 4.81 KB

CommandResultListResultsInner

Properties

Name Type Description Notes
Command Pointer to string The ID of the command, from savedAgentCommands. [optional]
CompletedCount Pointer to int32 The number of devices that we do have results from. [optional]
Id Pointer to string The workflowInstanceId. [optional]
PendingCount Pointer to int32 The number of devices that we haven't received results from. [optional]
System Pointer to string The ID of the device the command is bound to. [optional]

Methods

NewCommandResultListResultsInner

func NewCommandResultListResultsInner() *CommandResultListResultsInner

NewCommandResultListResultsInner instantiates a new CommandResultListResultsInner 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

NewCommandResultListResultsInnerWithDefaults

func NewCommandResultListResultsInnerWithDefaults() *CommandResultListResultsInner

NewCommandResultListResultsInnerWithDefaults instantiates a new CommandResultListResultsInner 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

GetCommand

func (o *CommandResultListResultsInner) GetCommand() string

GetCommand returns the Command field if non-nil, zero value otherwise.

GetCommandOk

func (o *CommandResultListResultsInner) GetCommandOk() (*string, bool)

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

SetCommand

func (o *CommandResultListResultsInner) SetCommand(v string)

SetCommand sets Command field to given value.

HasCommand

func (o *CommandResultListResultsInner) HasCommand() bool

HasCommand returns a boolean if a field has been set.

GetCompletedCount

func (o *CommandResultListResultsInner) GetCompletedCount() int32

GetCompletedCount returns the CompletedCount field if non-nil, zero value otherwise.

GetCompletedCountOk

func (o *CommandResultListResultsInner) GetCompletedCountOk() (*int32, bool)

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

SetCompletedCount

func (o *CommandResultListResultsInner) SetCompletedCount(v int32)

SetCompletedCount sets CompletedCount field to given value.

HasCompletedCount

func (o *CommandResultListResultsInner) HasCompletedCount() bool

HasCompletedCount returns a boolean if a field has been set.

GetId

func (o *CommandResultListResultsInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *CommandResultListResultsInner) 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.

SetId

func (o *CommandResultListResultsInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *CommandResultListResultsInner) HasId() bool

HasId returns a boolean if a field has been set.

GetPendingCount

func (o *CommandResultListResultsInner) GetPendingCount() int32

GetPendingCount returns the PendingCount field if non-nil, zero value otherwise.

GetPendingCountOk

func (o *CommandResultListResultsInner) GetPendingCountOk() (*int32, bool)

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

SetPendingCount

func (o *CommandResultListResultsInner) SetPendingCount(v int32)

SetPendingCount sets PendingCount field to given value.

HasPendingCount

func (o *CommandResultListResultsInner) HasPendingCount() bool

HasPendingCount returns a boolean if a field has been set.

GetSystem

func (o *CommandResultListResultsInner) GetSystem() string

GetSystem returns the System field if non-nil, zero value otherwise.

GetSystemOk

func (o *CommandResultListResultsInner) GetSystemOk() (*string, bool)

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

SetSystem

func (o *CommandResultListResultsInner) SetSystem(v string)

SetSystem sets System field to given value.

HasSystem

func (o *CommandResultListResultsInner) HasSystem() bool

HasSystem returns a boolean if a field has been set.

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