Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

ClientSideAvailability.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

ClientSideAvailability

Properties

Name Type Description Notes
UsingMobileKey Pointer to bool [optional]
UsingEnvironmentId Pointer to bool [optional]

Methods

NewClientSideAvailability

func NewClientSideAvailability() *ClientSideAvailability

NewClientSideAvailability instantiates a new ClientSideAvailability 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

NewClientSideAvailabilityWithDefaults

func NewClientSideAvailabilityWithDefaults() *ClientSideAvailability

NewClientSideAvailabilityWithDefaults instantiates a new ClientSideAvailability 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

GetUsingMobileKey

func (o *ClientSideAvailability) GetUsingMobileKey() bool

GetUsingMobileKey returns the UsingMobileKey field if non-nil, zero value otherwise.

GetUsingMobileKeyOk

func (o *ClientSideAvailability) GetUsingMobileKeyOk() (*bool, bool)

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

SetUsingMobileKey

func (o *ClientSideAvailability) SetUsingMobileKey(v bool)

SetUsingMobileKey sets UsingMobileKey field to given value.

HasUsingMobileKey

func (o *ClientSideAvailability) HasUsingMobileKey() bool

HasUsingMobileKey returns a boolean if a field has been set.

GetUsingEnvironmentId

func (o *ClientSideAvailability) GetUsingEnvironmentId() bool

GetUsingEnvironmentId returns the UsingEnvironmentId field if non-nil, zero value otherwise.

GetUsingEnvironmentIdOk

func (o *ClientSideAvailability) GetUsingEnvironmentIdOk() (*bool, bool)

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

SetUsingEnvironmentId

func (o *ClientSideAvailability) SetUsingEnvironmentId(v bool)

SetUsingEnvironmentId sets UsingEnvironmentId field to given value.

HasUsingEnvironmentId

func (o *ClientSideAvailability) HasUsingEnvironmentId() bool

HasUsingEnvironmentId returns a boolean if a field has been set.

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