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
The ID of the tags to be attached to the created secret.
[optional]
Example
frominfisicalapi_client.models.api_v3_secrets_batch_raw_post_request_secrets_innerimportApiV3SecretsBatchRawPostRequestSecretsInner# TODO update the JSON string belowjson="{}"# create an instance of ApiV3SecretsBatchRawPostRequestSecretsInner from a JSON stringapi_v3_secrets_batch_raw_post_request_secrets_inner_instance=ApiV3SecretsBatchRawPostRequestSecretsInner.from_json(json)
# print the JSON string representation of the objectprintApiV3SecretsBatchRawPostRequestSecretsInner.to_json()
# convert the object into a dictapi_v3_secrets_batch_raw_post_request_secrets_inner_dict=api_v3_secrets_batch_raw_post_request_secrets_inner_instance.to_dict()
# create an instance of ApiV3SecretsBatchRawPostRequestSecretsInner from a dictapi_v3_secrets_batch_raw_post_request_secrets_inner_from_dict=ApiV3SecretsBatchRawPostRequestSecretsInner.from_dict(api_v3_secrets_batch_raw_post_request_secrets_inner_dict)