ReadonlyactionOptional ReadonlyassetThe id of the Asset to update.
Optional ReadonlyassetThe key of the Asset to update.
ReadonlynameName of the Custom Field.
Optional ReadonlystagedWhether only the staged Asset is updated. If false, both the current and staged Asset is updated.
Optional ReadonlyvalueIf value is absent or null, this field will be removed if it exists.
Removing a field that does not exist returns an InvalidOperation error.
If value is provided, it is set for the field defined by name.
Sets or removes a Custom Field on an existing Asset of a Variant. The Asset to update must be specified using either
assetIdorassetKey.