| Name | Type | Description | Notes |
|---|---|---|---|
| FcmToken | string | ||
| InstallId | string | ||
| Key | string | ||
| Locale | string | ||
| Model | string | ||
| Tos | string | ||
| Type | string |
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
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
func (o *RegisterRequest) GetFcmToken() string
GetFcmToken returns the FcmToken field if non-nil, zero value otherwise.
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.
func (o *RegisterRequest) SetFcmToken(v string)
SetFcmToken sets FcmToken field to given value.
func (o *RegisterRequest) GetInstallId() string
GetInstallId returns the InstallId field if non-nil, zero value otherwise.
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.
func (o *RegisterRequest) SetInstallId(v string)
SetInstallId sets InstallId field to given value.
func (o *RegisterRequest) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
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.
func (o *RegisterRequest) SetKey(v string)
SetKey sets Key field to given value.
func (o *RegisterRequest) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
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.
func (o *RegisterRequest) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *RegisterRequest) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
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.
func (o *RegisterRequest) SetModel(v string)
SetModel sets Model field to given value.
func (o *RegisterRequest) GetTos() string
GetTos returns the Tos field if non-nil, zero value otherwise.
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.
func (o *RegisterRequest) SetTos(v string)
SetTos sets Tos field to given value.
func (o *RegisterRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *RegisterRequest) SetType(v string)
SetType sets Type field to given value.