Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.52 KB

ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment.md

File metadata and controls

30 lines (22 loc) · 1.52 KB

ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment

Properties

Name Type Description Notes
id str
name str
slug str

Example

from infisicalapi_client.models.api_v1_secret_approvals_get200_response_approvals_inner_environment import ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment

# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment from a JSON string
api_v1_secret_approvals_get200_response_approvals_inner_environment_instance = ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment.from_json(json)
# print the JSON string representation of the object
print ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment.to_json()

# convert the object into a dict
api_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 dict
api_v1_secret_approvals_get200_response_approvals_inner_environment_from_dict = ApiV1SecretApprovalsGet200ResponseApprovalsInnerEnvironment.from_dict(api_v1_secret_approvals_get200_response_approvals_inner_environment_dict)

[Back to Model list] [Back to API list] [Back to README]