Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.3 KB

File metadata and controls

160 lines (87 loc) · 4.3 KB

GetAISession200Response

Properties

Name Type Description Notes
Id Pointer to string [optional]
Title Pointer to string [optional]
Model Pointer to string [optional]
Messages Pointer to []map[string]interface{} [optional]
CreatedAt Pointer to time.Time [optional]

Methods

NewGetAISession200Response

func NewGetAISession200Response() *GetAISession200Response

NewGetAISession200Response instantiates a new GetAISession200Response 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

NewGetAISession200ResponseWithDefaults

func NewGetAISession200ResponseWithDefaults() *GetAISession200Response

NewGetAISession200ResponseWithDefaults instantiates a new GetAISession200Response 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

GetId

func (o *GetAISession200Response) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetAISession200Response) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *GetAISession200Response) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetAISession200Response) HasId() bool

HasId returns a boolean if a field has been set.

GetTitle

func (o *GetAISession200Response) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *GetAISession200Response) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTitle

func (o *GetAISession200Response) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *GetAISession200Response) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetModel

func (o *GetAISession200Response) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *GetAISession200Response) GetModelOk() (*string, bool)

GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModel

func (o *GetAISession200Response) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *GetAISession200Response) HasModel() bool

HasModel returns a boolean if a field has been set.

GetMessages

func (o *GetAISession200Response) GetMessages() []map[string]interface{}

GetMessages returns the Messages field if non-nil, zero value otherwise.

GetMessagesOk

func (o *GetAISession200Response) GetMessagesOk() (*[]map[string]interface{}, bool)

GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessages

func (o *GetAISession200Response) SetMessages(v []map[string]interface{})

SetMessages sets Messages field to given value.

HasMessages

func (o *GetAISession200Response) HasMessages() bool

HasMessages returns a boolean if a field has been set.

GetCreatedAt

func (o *GetAISession200Response) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *GetAISession200Response) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *GetAISession200Response) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *GetAISession200Response) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

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