Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.15 KB

File metadata and controls

108 lines (59 loc) · 3.15 KB

ExtendAISession200Response

Properties

Name Type Description Notes
SessionId Pointer to string [optional]
ExpiresAt Pointer to time.Time [optional]
Message Pointer to string [optional]

Methods

NewExtendAISession200Response

func NewExtendAISession200Response() *ExtendAISession200Response

NewExtendAISession200Response instantiates a new ExtendAISession200Response 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

NewExtendAISession200ResponseWithDefaults

func NewExtendAISession200ResponseWithDefaults() *ExtendAISession200Response

NewExtendAISession200ResponseWithDefaults instantiates a new ExtendAISession200Response 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 *ExtendAISession200Response) GetSessionId() string

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

GetSessionIdOk

func (o *ExtendAISession200Response) 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 *ExtendAISession200Response) SetSessionId(v string)

SetSessionId sets SessionId field to given value.

HasSessionId

func (o *ExtendAISession200Response) HasSessionId() bool

HasSessionId returns a boolean if a field has been set.

GetExpiresAt

func (o *ExtendAISession200Response) GetExpiresAt() time.Time

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

func (o *ExtendAISession200Response) GetExpiresAtOk() (*time.Time, bool)

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

SetExpiresAt

func (o *ExtendAISession200Response) SetExpiresAt(v time.Time)

SetExpiresAt sets ExpiresAt field to given value.

HasExpiresAt

func (o *ExtendAISession200Response) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

GetMessage

func (o *ExtendAISession200Response) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ExtendAISession200Response) 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.

SetMessage

func (o *ExtendAISession200Response) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ExtendAISession200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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