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_v1_secret_approvals_get200_response_approvals_inner_environmentimportApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment# TODO update the JSON string belowjson="{}"# create an instance of ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment from a JSON stringapi_v1_secret_approvals_get200_response_approvals_inner_environment_instance=ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment.from_json(json)
# print the JSON string representation of the objectprintApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment.to_json()
# convert the object into a dictapi_v1_secret_approvals_get200_response_approvals_inner_environment_dict=api_v1_secret_approvals_get200_response_approvals_inner_environment_instance.to_dict()
# create an instance of ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment from a dictapi_v1_secret_approvals_get200_response_approvals_inner_environment_from_dict=ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment.from_dict(api_v1_secret_approvals_get200_response_approvals_inner_environment_dict)