Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.44 KB

UpdateMetadata.md

File metadata and controls

44 lines (32 loc) · 2.44 KB

icasdk.model.update_metadata.UpdateMetadata

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
updateSingleMetadataFields list, tuple, None, tuple, NoneClass, List of metadata fields to be updated [optional]
updateMetadataFieldGroups list, tuple, None, tuple, NoneClass, List of metadata field groups to be updated [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

updateSingleMetadataFields

List of metadata fields to be updated

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, None, tuple, NoneClass, List of metadata fields to be updated

Tuple Items

Class Name Input Type Accessed Type Description Notes
UpdateSingleMetadataField UpdateSingleMetadataField UpdateSingleMetadataField

updateMetadataFieldGroups

List of metadata field groups to be updated

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, None, tuple, NoneClass, List of metadata field groups to be updated

Tuple Items

Class Name Input Type Accessed Type Description Notes
UpdateMetadataFieldGroup UpdateMetadataFieldGroup UpdateMetadataFieldGroup

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