| Name | Type | Description | Notes |
|---|---|---|---|
| UsingEnvironmentId | bool | Whether to enable availability for client-side SDKs. | |
| UsingMobileKey | bool | Whether to enable availability for mobile SDKs. |
func NewDefaultClientSideAvailabilityPost(usingEnvironmentId bool, usingMobileKey bool, ) *DefaultClientSideAvailabilityPost
NewDefaultClientSideAvailabilityPost instantiates a new DefaultClientSideAvailabilityPost 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 NewDefaultClientSideAvailabilityPostWithDefaults() *DefaultClientSideAvailabilityPost
NewDefaultClientSideAvailabilityPostWithDefaults instantiates a new DefaultClientSideAvailabilityPost 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 *DefaultClientSideAvailabilityPost) GetUsingEnvironmentId() bool
GetUsingEnvironmentId returns the UsingEnvironmentId field if non-nil, zero value otherwise.
func (o *DefaultClientSideAvailabilityPost) 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.
func (o *DefaultClientSideAvailabilityPost) SetUsingEnvironmentId(v bool)
SetUsingEnvironmentId sets UsingEnvironmentId field to given value.
func (o *DefaultClientSideAvailabilityPost) GetUsingMobileKey() bool
GetUsingMobileKey returns the UsingMobileKey field if non-nil, zero value otherwise.
func (o *DefaultClientSideAvailabilityPost) 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.
func (o *DefaultClientSideAvailabilityPost) SetUsingMobileKey(v bool)
SetUsingMobileKey sets UsingMobileKey field to given value.