You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether to enable availability for client-side SDKs.
using_mobile_key
bool
Whether to enable availability for mobile SDKs.
Example
fromlaunchdarkly_api.models.default_client_side_availability_postimportDefaultClientSideAvailabilityPost# TODO update the JSON string belowjson="{}"# create an instance of DefaultClientSideAvailabilityPost from a JSON stringdefault_client_side_availability_post_instance=DefaultClientSideAvailabilityPost.from_json(json)
# print the JSON string representation of the objectprint(DefaultClientSideAvailabilityPost.to_json())
# convert the object into a dictdefault_client_side_availability_post_dict=default_client_side_availability_post_instance.to_dict()
# create an instance of DefaultClientSideAvailabilityPost from a dictdefault_client_side_availability_post_from_dict=DefaultClientSideAvailabilityPost.from_dict(default_client_side_availability_post_dict)