Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.55 KB

ClientSideAvailabilityPost.md

File metadata and controls

72 lines (39 loc) · 2.55 KB

ClientSideAvailabilityPost

Properties

Name Type Description Notes
UsingEnvironmentId bool Whether to enable availability for client-side SDKs. Defaults to <code>false</code>.
UsingMobileKey bool Whether to enable availability for mobile SDKs. Defaults to <code>true</code>.

Methods

NewClientSideAvailabilityPost

func NewClientSideAvailabilityPost(usingEnvironmentId bool, usingMobileKey bool, ) *ClientSideAvailabilityPost

NewClientSideAvailabilityPost instantiates a new ClientSideAvailabilityPost 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

NewClientSideAvailabilityPostWithDefaults

func NewClientSideAvailabilityPostWithDefaults() *ClientSideAvailabilityPost

NewClientSideAvailabilityPostWithDefaults instantiates a new ClientSideAvailabilityPost 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

GetUsingEnvironmentId

func (o *ClientSideAvailabilityPost) GetUsingEnvironmentId() bool

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

GetUsingEnvironmentIdOk

func (o *ClientSideAvailabilityPost) 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 *ClientSideAvailabilityPost) SetUsingEnvironmentId(v bool)

SetUsingEnvironmentId sets UsingEnvironmentId field to given value.

GetUsingMobileKey

func (o *ClientSideAvailabilityPost) GetUsingMobileKey() bool

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

GetUsingMobileKeyOk

func (o *ClientSideAvailabilityPost) 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 *ClientSideAvailabilityPost) SetUsingMobileKey(v bool)

SetUsingMobileKey sets UsingMobileKey field to given value.

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