Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.92 KB

File metadata and controls

108 lines (59 loc) · 2.92 KB

ChatapiConversation

Properties

Name Type Description Notes
Id Pointer to string [optional]
PostToken Pointer to string [optional]
Type Pointer to ChatapiConversationType [optional]

Methods

NewChatapiConversation

func NewChatapiConversation() *ChatapiConversation

NewChatapiConversation instantiates a new ChatapiConversation 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

NewChatapiConversationWithDefaults

func NewChatapiConversationWithDefaults() *ChatapiConversation

NewChatapiConversationWithDefaults instantiates a new ChatapiConversation 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 *ChatapiConversation) GetId() string

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

GetIdOk

func (o *ChatapiConversation) 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 *ChatapiConversation) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ChatapiConversation) HasId() bool

HasId returns a boolean if a field has been set.

GetPostToken

func (o *ChatapiConversation) GetPostToken() string

GetPostToken returns the PostToken field if non-nil, zero value otherwise.

GetPostTokenOk

func (o *ChatapiConversation) GetPostTokenOk() (*string, bool)

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

SetPostToken

func (o *ChatapiConversation) SetPostToken(v string)

SetPostToken sets PostToken field to given value.

HasPostToken

func (o *ChatapiConversation) HasPostToken() bool

HasPostToken returns a boolean if a field has been set.

GetType

func (o *ChatapiConversation) GetType() ChatapiConversationType

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ChatapiConversation) GetTypeOk() (*ChatapiConversationType, bool)

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

SetType

func (o *ChatapiConversation) SetType(v ChatapiConversationType)

SetType sets Type field to given value.

HasType

func (o *ChatapiConversation) HasType() bool

HasType returns a boolean if a field has been set.

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