Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.61 KB

File metadata and controls

160 lines (87 loc) · 4.61 KB

UpdateAISession200Response

Properties

Name Type Description Notes
SessionId Pointer to string [optional]
Status Pointer to string [optional]
TotalMessages Pointer to int32 [optional]
TotalTokens Pointer to int32 [optional]
UpdatedAt Pointer to time.Time [optional]

Methods

NewUpdateAISession200Response

func NewUpdateAISession200Response() *UpdateAISession200Response

NewUpdateAISession200Response instantiates a new UpdateAISession200Response 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

NewUpdateAISession200ResponseWithDefaults

func NewUpdateAISession200ResponseWithDefaults() *UpdateAISession200Response

NewUpdateAISession200ResponseWithDefaults instantiates a new UpdateAISession200Response 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

GetSessionId

func (o *UpdateAISession200Response) GetSessionId() string

GetSessionId returns the SessionId field if non-nil, zero value otherwise.

GetSessionIdOk

func (o *UpdateAISession200Response) GetSessionIdOk() (*string, bool)

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

SetSessionId

func (o *UpdateAISession200Response) SetSessionId(v string)

SetSessionId sets SessionId field to given value.

HasSessionId

func (o *UpdateAISession200Response) HasSessionId() bool

HasSessionId returns a boolean if a field has been set.

GetStatus

func (o *UpdateAISession200Response) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *UpdateAISession200Response) GetStatusOk() (*string, bool)

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

SetStatus

func (o *UpdateAISession200Response) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *UpdateAISession200Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetTotalMessages

func (o *UpdateAISession200Response) GetTotalMessages() int32

GetTotalMessages returns the TotalMessages field if non-nil, zero value otherwise.

GetTotalMessagesOk

func (o *UpdateAISession200Response) GetTotalMessagesOk() (*int32, bool)

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

SetTotalMessages

func (o *UpdateAISession200Response) SetTotalMessages(v int32)

SetTotalMessages sets TotalMessages field to given value.

HasTotalMessages

func (o *UpdateAISession200Response) HasTotalMessages() bool

HasTotalMessages returns a boolean if a field has been set.

GetTotalTokens

func (o *UpdateAISession200Response) GetTotalTokens() int32

GetTotalTokens returns the TotalTokens field if non-nil, zero value otherwise.

GetTotalTokensOk

func (o *UpdateAISession200Response) GetTotalTokensOk() (*int32, bool)

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

SetTotalTokens

func (o *UpdateAISession200Response) SetTotalTokens(v int32)

SetTotalTokens sets TotalTokens field to given value.

HasTotalTokens

func (o *UpdateAISession200Response) HasTotalTokens() bool

HasTotalTokens returns a boolean if a field has been set.

GetUpdatedAt

func (o *UpdateAISession200Response) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *UpdateAISession200Response) GetUpdatedAtOk() (*time.Time, bool)

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

SetUpdatedAt

func (o *UpdateAISession200Response) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *UpdateAISession200Response) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

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