UpdateMetadataFieldGroup¶
List of metadata field groups to be updated
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| index | int | Which metadata row index to update | |
| update_single_metadata_fields | [UpdateSingleMetadataField] | List of metadata fields to be updated | |
| field_id | FieldId | [optional] | |
| field_name | str, none_type | The field name to be updated. Either the field ID or field name is required. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |