| Name | Type | Description | Notes |
|---|---|---|---|
| AgentId | Pointer to string | [optional] | |
| ClientMachine | Pointer to NullableString | [optional] | |
| Username | Pointer to NullableString | [optional] | |
| AgentPlatform | Pointer to CSSCMSCoreEnumsAgentPlatformType | [optional] | |
| Version | Pointer to NullableString | [optional] | |
| Status | Pointer to CSSCMSCoreEnumsAgentStatusType | [optional] | |
| LastSeen | Pointer to time.Time | [optional] | |
| Capabilities | Pointer to []string | [optional] | |
| Blueprint | Pointer to NullableString | [optional] | |
| Thumbprint | Pointer to NullableString | [optional] | |
| LegacyThumbprint | Pointer to NullableString | [optional] | |
| AuthCertificateReenrollment | Pointer to NullableString | [optional] | |
| LastThumbprintUsed | Pointer to NullableString | [optional] | |
| LastErrorCode | Pointer to NullableInt64 | [optional] | |
| LastErrorMessage | Pointer to NullableString | [optional] | |
| JobTypes | Pointer to []OrchestratorsJobTypesResponse | [optional] |
func NewOrchestratorsAgentResponse() *OrchestratorsAgentResponse
NewOrchestratorsAgentResponse instantiates a new OrchestratorsAgentResponse 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 NewOrchestratorsAgentResponseWithDefaults() *OrchestratorsAgentResponse
NewOrchestratorsAgentResponseWithDefaults instantiates a new OrchestratorsAgentResponse 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 *OrchestratorsAgentResponse) GetAgentId() string
GetAgentId returns the AgentId field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetAgentIdOk() (*string, bool)
GetAgentIdOk returns a tuple with the AgentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetAgentId(v string)
SetAgentId sets AgentId field to given value.
func (o *OrchestratorsAgentResponse) HasAgentId() bool
HasAgentId returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) GetClientMachine() string
GetClientMachine returns the ClientMachine field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetClientMachineOk() (*string, bool)
GetClientMachineOk returns a tuple with the ClientMachine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetClientMachine(v string)
SetClientMachine sets ClientMachine field to given value.
func (o *OrchestratorsAgentResponse) HasClientMachine() bool
HasClientMachine returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetClientMachineNil(b bool)
SetClientMachineNil sets the value for ClientMachine to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetClientMachine()
UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *OrchestratorsAgentResponse) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetAgentPlatform() CSSCMSCoreEnumsAgentPlatformType
GetAgentPlatform returns the AgentPlatform field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetAgentPlatformOk() (*CSSCMSCoreEnumsAgentPlatformType, bool)
GetAgentPlatformOk returns a tuple with the AgentPlatform field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetAgentPlatform(v CSSCMSCoreEnumsAgentPlatformType)
SetAgentPlatform sets AgentPlatform field to given value.
func (o *OrchestratorsAgentResponse) HasAgentPlatform() bool
HasAgentPlatform returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *OrchestratorsAgentResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetStatus() CSSCMSCoreEnumsAgentStatusType
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetStatusOk() (*CSSCMSCoreEnumsAgentStatusType, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetStatus(v CSSCMSCoreEnumsAgentStatusType)
SetStatus sets Status field to given value.
func (o *OrchestratorsAgentResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) GetLastSeen() time.Time
GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetLastSeenOk() (*time.Time, bool)
GetLastSeenOk returns a tuple with the LastSeen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetLastSeen(v time.Time)
SetLastSeen sets LastSeen field to given value.
func (o *OrchestratorsAgentResponse) HasLastSeen() bool
HasLastSeen returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) GetCapabilities() []string
GetCapabilities returns the Capabilities field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetCapabilitiesOk() (*[]string, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetCapabilities(v []string)
SetCapabilities sets Capabilities field to given value.
func (o *OrchestratorsAgentResponse) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetCapabilitiesNil(b bool)
SetCapabilitiesNil sets the value for Capabilities to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetCapabilities()
UnsetCapabilities ensures that no value is present for Capabilities, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetBlueprint() string
GetBlueprint returns the Blueprint field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetBlueprintOk() (*string, bool)
GetBlueprintOk returns a tuple with the Blueprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetBlueprint(v string)
SetBlueprint sets Blueprint field to given value.
func (o *OrchestratorsAgentResponse) HasBlueprint() bool
HasBlueprint returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetBlueprintNil(b bool)
SetBlueprintNil sets the value for Blueprint to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetBlueprint()
UnsetBlueprint ensures that no value is present for Blueprint, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetThumbprint() string
GetThumbprint returns the Thumbprint field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetThumbprintOk() (*string, bool)
GetThumbprintOk returns a tuple with the Thumbprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetThumbprint(v string)
SetThumbprint sets Thumbprint field to given value.
func (o *OrchestratorsAgentResponse) HasThumbprint() bool
HasThumbprint returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetThumbprintNil(b bool)
SetThumbprintNil sets the value for Thumbprint to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetThumbprint()
UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetLegacyThumbprint() string
GetLegacyThumbprint returns the LegacyThumbprint field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetLegacyThumbprintOk() (*string, bool)
GetLegacyThumbprintOk returns a tuple with the LegacyThumbprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetLegacyThumbprint(v string)
SetLegacyThumbprint sets LegacyThumbprint field to given value.
func (o *OrchestratorsAgentResponse) HasLegacyThumbprint() bool
HasLegacyThumbprint returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetLegacyThumbprintNil(b bool)
SetLegacyThumbprintNil sets the value for LegacyThumbprint to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetLegacyThumbprint()
UnsetLegacyThumbprint ensures that no value is present for LegacyThumbprint, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetAuthCertificateReenrollment() string
GetAuthCertificateReenrollment returns the AuthCertificateReenrollment field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetAuthCertificateReenrollmentOk() (*string, bool)
GetAuthCertificateReenrollmentOk returns a tuple with the AuthCertificateReenrollment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetAuthCertificateReenrollment(v string)
SetAuthCertificateReenrollment sets AuthCertificateReenrollment field to given value.
func (o *OrchestratorsAgentResponse) HasAuthCertificateReenrollment() bool
HasAuthCertificateReenrollment returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetAuthCertificateReenrollmentNil(b bool)
SetAuthCertificateReenrollmentNil sets the value for AuthCertificateReenrollment to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetAuthCertificateReenrollment()
UnsetAuthCertificateReenrollment ensures that no value is present for AuthCertificateReenrollment, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetLastThumbprintUsed() string
GetLastThumbprintUsed returns the LastThumbprintUsed field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetLastThumbprintUsedOk() (*string, bool)
GetLastThumbprintUsedOk returns a tuple with the LastThumbprintUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetLastThumbprintUsed(v string)
SetLastThumbprintUsed sets LastThumbprintUsed field to given value.
func (o *OrchestratorsAgentResponse) HasLastThumbprintUsed() bool
HasLastThumbprintUsed returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetLastThumbprintUsedNil(b bool)
SetLastThumbprintUsedNil sets the value for LastThumbprintUsed to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetLastThumbprintUsed()
UnsetLastThumbprintUsed ensures that no value is present for LastThumbprintUsed, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetLastErrorCode() int64
GetLastErrorCode returns the LastErrorCode field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetLastErrorCodeOk() (*int64, bool)
GetLastErrorCodeOk returns a tuple with the LastErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetLastErrorCode(v int64)
SetLastErrorCode sets LastErrorCode field to given value.
func (o *OrchestratorsAgentResponse) HasLastErrorCode() bool
HasLastErrorCode returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetLastErrorCodeNil(b bool)
SetLastErrorCodeNil sets the value for LastErrorCode to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetLastErrorCode()
UnsetLastErrorCode ensures that no value is present for LastErrorCode, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetLastErrorMessage() string
GetLastErrorMessage returns the LastErrorMessage field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetLastErrorMessageOk() (*string, bool)
GetLastErrorMessageOk returns a tuple with the LastErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetLastErrorMessage(v string)
SetLastErrorMessage sets LastErrorMessage field to given value.
func (o *OrchestratorsAgentResponse) HasLastErrorMessage() bool
HasLastErrorMessage returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetLastErrorMessageNil(b bool)
SetLastErrorMessageNil sets the value for LastErrorMessage to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetLastErrorMessage()
UnsetLastErrorMessage ensures that no value is present for LastErrorMessage, not even an explicit nil
func (o *OrchestratorsAgentResponse) GetJobTypes() []OrchestratorsJobTypesResponse
GetJobTypes returns the JobTypes field if non-nil, zero value otherwise.
func (o *OrchestratorsAgentResponse) GetJobTypesOk() (*[]OrchestratorsJobTypesResponse, bool)
GetJobTypesOk returns a tuple with the JobTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorsAgentResponse) SetJobTypes(v []OrchestratorsJobTypesResponse)
SetJobTypes sets JobTypes field to given value.
func (o *OrchestratorsAgentResponse) HasJobTypes() bool
HasJobTypes returns a boolean if a field has been set.
func (o *OrchestratorsAgentResponse) SetJobTypesNil(b bool)
SetJobTypesNil sets the value for JobTypes to be an explicit nil
func (o *OrchestratorsAgentResponse) UnsetJobTypes()
UnsetJobTypes ensures that no value is present for JobTypes, not even an explicit nil