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_rotations_get200_response_secret_rotations_inner_outputs_inner_secretimportApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret# TODO update the JSON string belowjson="{}"# create an instance of ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret from a JSON stringapi_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_instance=ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret.from_json(json)
# print the JSON string representation of the objectprintApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret.to_json()
# convert the object into a dictapi_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_dict=api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_instance.to_dict()
# create an instance of ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret from a dictapi_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_from_dict=ApiV1SecretRotationsGet200ResponseSecretRotationsInnerOutputsInnerSecret.from_dict(api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret_dict)