| Name | Type | Description | Notes |
|---|---|---|---|
| Agent | Pointer to GetAIAgent200ResponseAgent | [optional] |
func NewGetAIAgent200Response() *GetAIAgent200Response
NewGetAIAgent200Response instantiates a new GetAIAgent200Response 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 NewGetAIAgent200ResponseWithDefaults() *GetAIAgent200Response
NewGetAIAgent200ResponseWithDefaults instantiates a new GetAIAgent200Response 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 *GetAIAgent200Response) GetAgent() GetAIAgent200ResponseAgent
GetAgent returns the Agent field if non-nil, zero value otherwise.
func (o *GetAIAgent200Response) GetAgentOk() (*GetAIAgent200ResponseAgent, bool)
GetAgentOk returns a tuple with the Agent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAIAgent200Response) SetAgent(v GetAIAgent200ResponseAgent)
SetAgent sets Agent field to given value.
func (o *GetAIAgent200Response) HasAgent() bool
HasAgent returns a boolean if a field has been set.