Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 4.33 KB

File metadata and controls

177 lines (94 loc) · 4.33 KB

RegisterRequest

Properties

Name Type Description Notes
FcmToken string
InstallId string
Key string
Locale string
Model string
Tos string
Type string

Methods

NewRegisterRequest

func NewRegisterRequest(fcmToken string, installId string, key string, locale string, model string, tos string, type_ string, ) *RegisterRequest

NewRegisterRequest instantiates a new RegisterRequest 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

NewRegisterRequestWithDefaults

func NewRegisterRequestWithDefaults() *RegisterRequest

NewRegisterRequestWithDefaults instantiates a new RegisterRequest 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

GetFcmToken

func (o *RegisterRequest) GetFcmToken() string

GetFcmToken returns the FcmToken field if non-nil, zero value otherwise.

GetFcmTokenOk

func (o *RegisterRequest) GetFcmTokenOk() (*string, bool)

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

SetFcmToken

func (o *RegisterRequest) SetFcmToken(v string)

SetFcmToken sets FcmToken field to given value.

GetInstallId

func (o *RegisterRequest) GetInstallId() string

GetInstallId returns the InstallId field if non-nil, zero value otherwise.

GetInstallIdOk

func (o *RegisterRequest) GetInstallIdOk() (*string, bool)

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

SetInstallId

func (o *RegisterRequest) SetInstallId(v string)

SetInstallId sets InstallId field to given value.

GetKey

func (o *RegisterRequest) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *RegisterRequest) GetKeyOk() (*string, bool)

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

SetKey

func (o *RegisterRequest) SetKey(v string)

SetKey sets Key field to given value.

GetLocale

func (o *RegisterRequest) GetLocale() string

GetLocale returns the Locale field if non-nil, zero value otherwise.

GetLocaleOk

func (o *RegisterRequest) GetLocaleOk() (*string, bool)

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

SetLocale

func (o *RegisterRequest) SetLocale(v string)

SetLocale sets Locale field to given value.

GetModel

func (o *RegisterRequest) GetModel() string

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

GetModelOk

func (o *RegisterRequest) 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 *RegisterRequest) SetModel(v string)

SetModel sets Model field to given value.

GetTos

func (o *RegisterRequest) GetTos() string

GetTos returns the Tos field if non-nil, zero value otherwise.

GetTosOk

func (o *RegisterRequest) GetTosOk() (*string, bool)

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

SetTos

func (o *RegisterRequest) SetTos(v string)

SetTos sets Tos field to given value.

GetType

func (o *RegisterRequest) GetType() string

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

GetTypeOk

func (o *RegisterRequest) GetTypeOk() (*string, 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 *RegisterRequest) SetType(v string)

SetType sets Type field to given value.

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