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
frominfisicalapi_client.models.api_v3_secrets_get200_response_secrets_innerimportApiV3SecretsGet200ResponseSecretsInner# TODO update the JSON string belowjson="{}"# create an instance of ApiV3SecretsGet200ResponseSecretsInner from a JSON stringapi_v3_secrets_get200_response_secrets_inner_instance=ApiV3SecretsGet200ResponseSecretsInner.from_json(json)
# print the JSON string representation of the objectprintApiV3SecretsGet200ResponseSecretsInner.to_json()
# convert the object into a dictapi_v3_secrets_get200_response_secrets_inner_dict=api_v3_secrets_get200_response_secrets_inner_instance.to_dict()
# create an instance of ApiV3SecretsGet200ResponseSecretsInner from a dictapi_v3_secrets_get200_response_secrets_inner_from_dict=ApiV3SecretsGet200ResponseSecretsInner.from_dict(api_v3_secrets_get200_response_secrets_inner_dict)