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
Parsed setting value. Can be string, number, boolean, or structured data, depending on the setting.
[optional]
permission
str
[optional]
Example
fromcloudbeds_pms.models.get_distribution_settings_response_schema_settings_innerimportGetDistributionSettingsResponseSchemaSettingsInner# TODO update the JSON string belowjson="{}"# create an instance of GetDistributionSettingsResponseSchemaSettingsInner from a JSON stringget_distribution_settings_response_schema_settings_inner_instance=GetDistributionSettingsResponseSchemaSettingsInner.from_json(json)
# print the JSON string representation of the objectprint(GetDistributionSettingsResponseSchemaSettingsInner.to_json())
# convert the object into a dictget_distribution_settings_response_schema_settings_inner_dict=get_distribution_settings_response_schema_settings_inner_instance.to_dict()
# create an instance of GetDistributionSettingsResponseSchemaSettingsInner from a dictget_distribution_settings_response_schema_settings_inner_from_dict=GetDistributionSettingsResponseSchemaSettingsInner.from_dict(get_distribution_settings_response_schema_settings_inner_dict)