Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.06 KB

PushUserFactorProfile.md

File metadata and controls

186 lines (101 loc) · 5.06 KB

PushUserFactorProfile

Properties

Name Type Description Notes
CredentialId Pointer to string [optional]
DeviceToken Pointer to string [optional]
DeviceType Pointer to string [optional]
Name Pointer to string [optional]
Platform Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewPushUserFactorProfile

func NewPushUserFactorProfile() *PushUserFactorProfile

NewPushUserFactorProfile instantiates a new PushUserFactorProfile 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

NewPushUserFactorProfileWithDefaults

func NewPushUserFactorProfileWithDefaults() *PushUserFactorProfile

NewPushUserFactorProfileWithDefaults instantiates a new PushUserFactorProfile 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

GetCredentialId

func (o *PushUserFactorProfile) GetCredentialId() string

GetCredentialId returns the CredentialId field if non-nil, zero value otherwise.

GetCredentialIdOk

func (o *PushUserFactorProfile) GetCredentialIdOk() (*string, bool)

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

SetCredentialId

func (o *PushUserFactorProfile) SetCredentialId(v string)

SetCredentialId sets CredentialId field to given value.

HasCredentialId

func (o *PushUserFactorProfile) HasCredentialId() bool

HasCredentialId returns a boolean if a field has been set.

GetDeviceToken

func (o *PushUserFactorProfile) GetDeviceToken() string

GetDeviceToken returns the DeviceToken field if non-nil, zero value otherwise.

GetDeviceTokenOk

func (o *PushUserFactorProfile) GetDeviceTokenOk() (*string, bool)

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

SetDeviceToken

func (o *PushUserFactorProfile) SetDeviceToken(v string)

SetDeviceToken sets DeviceToken field to given value.

HasDeviceToken

func (o *PushUserFactorProfile) HasDeviceToken() bool

HasDeviceToken returns a boolean if a field has been set.

GetDeviceType

func (o *PushUserFactorProfile) GetDeviceType() string

GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.

GetDeviceTypeOk

func (o *PushUserFactorProfile) GetDeviceTypeOk() (*string, bool)

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

SetDeviceType

func (o *PushUserFactorProfile) SetDeviceType(v string)

SetDeviceType sets DeviceType field to given value.

HasDeviceType

func (o *PushUserFactorProfile) HasDeviceType() bool

HasDeviceType returns a boolean if a field has been set.

GetName

func (o *PushUserFactorProfile) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PushUserFactorProfile) GetNameOk() (*string, bool)

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

SetName

func (o *PushUserFactorProfile) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PushUserFactorProfile) HasName() bool

HasName returns a boolean if a field has been set.

GetPlatform

func (o *PushUserFactorProfile) GetPlatform() string

GetPlatform returns the Platform field if non-nil, zero value otherwise.

GetPlatformOk

func (o *PushUserFactorProfile) GetPlatformOk() (*string, bool)

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

SetPlatform

func (o *PushUserFactorProfile) SetPlatform(v string)

SetPlatform sets Platform field to given value.

HasPlatform

func (o *PushUserFactorProfile) HasPlatform() bool

HasPlatform returns a boolean if a field has been set.

GetVersion

func (o *PushUserFactorProfile) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *PushUserFactorProfile) GetVersionOk() (*string, bool)

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

SetVersion

func (o *PushUserFactorProfile) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *PushUserFactorProfile) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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