Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.34 KB

ApiV1WorkspaceWorkspaceIdKmsPatchRequestKmsAnyOf.md

File metadata and controls

28 lines (20 loc) · 1.34 KB

ApiV1WorkspaceWorkspaceIdKmsPatchRequestKmsAnyOf

Properties

Name Type Description Notes
type str

Example

from infisicalapi_client.models.api_v1_workspace_workspace_id_kms_patch_request_kms_any_of import ApiV1WorkspaceWorkspaceIdKmsPatchRequestKmsAnyOf

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

# convert the object into a dict
api_v1_workspace_workspace_id_kms_patch_request_kms_any_of_dict = api_v1_workspace_workspace_id_kms_patch_request_kms_any_of_instance.to_dict()
# create an instance of ApiV1WorkspaceWorkspaceIdKmsPatchRequestKmsAnyOf from a dict
api_v1_workspace_workspace_id_kms_patch_request_kms_any_of_from_dict = ApiV1WorkspaceWorkspaceIdKmsPatchRequestKmsAnyOf.from_dict(api_v1_workspace_workspace_id_kms_patch_request_kms_any_of_dict)

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