| Name | Type | Description | Notes |
|---|---|---|---|
| AgentPoolId | Pointer to string | [optional] | |
| Name | Pointer to NullableString | [optional] | |
| DiscoverAgentsCount | Pointer to int32 | [optional] | |
| MonitorAgentsCount | Pointer to int32 | [optional] | |
| Agents | Pointer to []OrchestratorPoolsAgentPoolAgentGetResponse | [optional] |
func NewOrchestratorPoolsAgentPoolGetResponse() *OrchestratorPoolsAgentPoolGetResponse
NewOrchestratorPoolsAgentPoolGetResponse instantiates a new OrchestratorPoolsAgentPoolGetResponse 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 NewOrchestratorPoolsAgentPoolGetResponseWithDefaults() *OrchestratorPoolsAgentPoolGetResponse
NewOrchestratorPoolsAgentPoolGetResponseWithDefaults instantiates a new OrchestratorPoolsAgentPoolGetResponse 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 *OrchestratorPoolsAgentPoolGetResponse) GetAgentPoolId() string
GetAgentPoolId returns the AgentPoolId field if non-nil, zero value otherwise.
func (o *OrchestratorPoolsAgentPoolGetResponse) GetAgentPoolIdOk() (*string, bool)
GetAgentPoolIdOk returns a tuple with the AgentPoolId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) SetAgentPoolId(v string)
SetAgentPoolId sets AgentPoolId field to given value.
func (o *OrchestratorPoolsAgentPoolGetResponse) HasAgentPoolId() bool
HasAgentPoolId returns a boolean if a field has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OrchestratorPoolsAgentPoolGetResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) SetName(v string)
SetName sets Name field to given value.
func (o *OrchestratorPoolsAgentPoolGetResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *OrchestratorPoolsAgentPoolGetResponse) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *OrchestratorPoolsAgentPoolGetResponse) GetDiscoverAgentsCount() int32
GetDiscoverAgentsCount returns the DiscoverAgentsCount field if non-nil, zero value otherwise.
func (o *OrchestratorPoolsAgentPoolGetResponse) GetDiscoverAgentsCountOk() (*int32, bool)
GetDiscoverAgentsCountOk returns a tuple with the DiscoverAgentsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) SetDiscoverAgentsCount(v int32)
SetDiscoverAgentsCount sets DiscoverAgentsCount field to given value.
func (o *OrchestratorPoolsAgentPoolGetResponse) HasDiscoverAgentsCount() bool
HasDiscoverAgentsCount returns a boolean if a field has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) GetMonitorAgentsCount() int32
GetMonitorAgentsCount returns the MonitorAgentsCount field if non-nil, zero value otherwise.
func (o *OrchestratorPoolsAgentPoolGetResponse) GetMonitorAgentsCountOk() (*int32, bool)
GetMonitorAgentsCountOk returns a tuple with the MonitorAgentsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) SetMonitorAgentsCount(v int32)
SetMonitorAgentsCount sets MonitorAgentsCount field to given value.
func (o *OrchestratorPoolsAgentPoolGetResponse) HasMonitorAgentsCount() bool
HasMonitorAgentsCount returns a boolean if a field has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) GetAgents() []OrchestratorPoolsAgentPoolAgentGetResponse
GetAgents returns the Agents field if non-nil, zero value otherwise.
func (o *OrchestratorPoolsAgentPoolGetResponse) GetAgentsOk() (*[]OrchestratorPoolsAgentPoolAgentGetResponse, bool)
GetAgentsOk returns a tuple with the Agents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) SetAgents(v []OrchestratorPoolsAgentPoolAgentGetResponse)
SetAgents sets Agents field to given value.
func (o *OrchestratorPoolsAgentPoolGetResponse) HasAgents() bool
HasAgents returns a boolean if a field has been set.
func (o *OrchestratorPoolsAgentPoolGetResponse) SetAgentsNil(b bool)
SetAgentsNil sets the value for Agents to be an explicit nil
func (o *OrchestratorPoolsAgentPoolGetResponse) UnsetAgents()
UnsetAgents ensures that no value is present for Agents, not even an explicit nil