Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.23 KB

ApiV1WorkspaceWorkspaceIdNamePostRequest.md

File metadata and controls

28 lines (20 loc) · 1.23 KB

ApiV1WorkspaceWorkspaceIdNamePostRequest

Properties

Name Type Description Notes
name str

Example

from infisicalapi_client.models.api_v1_workspace_workspace_id_name_post_request import ApiV1WorkspaceWorkspaceIdNamePostRequest

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

# convert the object into a dict
api_v1_workspace_workspace_id_name_post_request_dict = api_v1_workspace_workspace_id_name_post_request_instance.to_dict()
# create an instance of ApiV1WorkspaceWorkspaceIdNamePostRequest from a dict
api_v1_workspace_workspace_id_name_post_request_from_dict = ApiV1WorkspaceWorkspaceIdNamePostRequest.from_dict(api_v1_workspace_workspace_id_name_post_request_dict)

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