Name | Type | Description | Notes |
---|---|---|---|
key | ApiV1WorkspaceWorkspaceIdKeyPostRequestKey |
from infisicalapi_client.models.api_v1_workspace_workspace_id_key_post_request import ApiV1WorkspaceWorkspaceIdKeyPostRequest
# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1WorkspaceWorkspaceIdKeyPostRequest from a JSON string
api_v1_workspace_workspace_id_key_post_request_instance = ApiV1WorkspaceWorkspaceIdKeyPostRequest.from_json(json)
# print the JSON string representation of the object
print ApiV1WorkspaceWorkspaceIdKeyPostRequest.to_json()
# convert the object into a dict
api_v1_workspace_workspace_id_key_post_request_dict = api_v1_workspace_workspace_id_key_post_request_instance.to_dict()
# create an instance of ApiV1WorkspaceWorkspaceIdKeyPostRequest from a dict
api_v1_workspace_workspace_id_key_post_request_from_dict = ApiV1WorkspaceWorkspaceIdKeyPostRequest.from_dict(api_v1_workspace_workspace_id_key_post_request_dict)