Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

File metadata and controls

56 lines (31 loc) · 1.74 KB

GetAIAgent200Response

Properties

Name Type Description Notes
Agent Pointer to GetAIAgent200ResponseAgent [optional]

Methods

NewGetAIAgent200Response

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

NewGetAIAgent200ResponseWithDefaults

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

GetAgent

func (o *GetAIAgent200Response) GetAgent() GetAIAgent200ResponseAgent

GetAgent returns the Agent field if non-nil, zero value otherwise.

GetAgentOk

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.

SetAgent

func (o *GetAIAgent200Response) SetAgent(v GetAIAgent200ResponseAgent)

SetAgent sets Agent field to given value.

HasAgent

func (o *GetAIAgent200Response) HasAgent() bool

HasAgent returns a boolean if a field has been set.

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