Name | Type | Description | Notes |
---|---|---|---|
VerificationToken | string | Verification Token | |
AccessToken | string | BOTアクセストークン |
func NewBotTokens(verificationToken string, accessToken string, ) *BotTokens
NewBotTokens instantiates a new BotTokens 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 NewBotTokensWithDefaults() *BotTokens
NewBotTokensWithDefaults instantiates a new BotTokens 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 *BotTokens) GetVerificationToken() string
GetVerificationToken returns the VerificationToken field if non-nil, zero value otherwise.
func (o *BotTokens) GetVerificationTokenOk() (*string, bool)
GetVerificationTokenOk returns a tuple with the VerificationToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BotTokens) SetVerificationToken(v string)
SetVerificationToken sets VerificationToken field to given value.
func (o *BotTokens) GetAccessToken() string
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
func (o *BotTokens) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BotTokens) SetAccessToken(v string)
SetAccessToken sets AccessToken field to given value.