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 new position of the secret import. The lowest number will be displayed as the first import.
[optional]
Example
frominfisicalapi_client.models.api_v1_secret_imports_secret_import_id_patch_request_importimportApiV1SecretImportsSecretImportIdPatchRequestImport# TODO update the JSON string belowjson="{}"# create an instance of ApiV1SecretImportsSecretImportIdPatchRequestImport from a JSON stringapi_v1_secret_imports_secret_import_id_patch_request_import_instance=ApiV1SecretImportsSecretImportIdPatchRequestImport.from_json(json)
# print the JSON string representation of the objectprintApiV1SecretImportsSecretImportIdPatchRequestImport.to_json()
# convert the object into a dictapi_v1_secret_imports_secret_import_id_patch_request_import_dict=api_v1_secret_imports_secret_import_id_patch_request_import_instance.to_dict()
# create an instance of ApiV1SecretImportsSecretImportIdPatchRequestImport from a dictapi_v1_secret_imports_secret_import_id_patch_request_import_from_dict=ApiV1SecretImportsSecretImportIdPatchRequestImport.from_dict(api_v1_secret_imports_secret_import_id_patch_request_import_dict)