| Name | Type | Description | Notes |
|---|---|---|---|
| Success | Pointer to bool | [optional] | |
| Agent | Pointer to map[string]interface{} | [optional] | |
| Message | Pointer to string | [optional] |
func NewCreateAIAgent201Response() *CreateAIAgent201Response
NewCreateAIAgent201Response instantiates a new CreateAIAgent201Response 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 NewCreateAIAgent201ResponseWithDefaults() *CreateAIAgent201Response
NewCreateAIAgent201ResponseWithDefaults instantiates a new CreateAIAgent201Response 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 *CreateAIAgent201Response) GetSuccess() bool
GetSuccess returns the Success field if non-nil, zero value otherwise.
func (o *CreateAIAgent201Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAIAgent201Response) SetSuccess(v bool)
SetSuccess sets Success field to given value.
func (o *CreateAIAgent201Response) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (o *CreateAIAgent201Response) GetAgent() map[string]interface{}
GetAgent returns the Agent field if non-nil, zero value otherwise.
func (o *CreateAIAgent201Response) GetAgentOk() (*map[string]interface{}, 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 *CreateAIAgent201Response) SetAgent(v map[string]interface{})
SetAgent sets Agent field to given value.
func (o *CreateAIAgent201Response) HasAgent() bool
HasAgent returns a boolean if a field has been set.
func (o *CreateAIAgent201Response) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *CreateAIAgent201Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAIAgent201Response) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *CreateAIAgent201Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.