CreateLicenseInput |
CreateLicenseInput.addByDefault(BooleanScalar v) |
Apply `License` to new assets by default.
|
CreateMetadataFieldInput |
CreateMetadataFieldInput.allowEmptyValue(BooleanScalar v) |
Allow an empty value as a valid `SELECT` type `Metadata Field` value.
|
CreateExternalAssetInput |
CreateExternalAssetInput.allowInteractions(BooleanScalar v) |
External `Asset` allow interactions.
|
CreateMetadataFieldInput |
CreateMetadataFieldInput.allowMultipleValues(BooleanScalar v) |
Allow multiple values in `SELECT` type `Metadata Field`.
|
MetadataFieldValuesInput |
MetadataFieldValuesInput.default_(BooleanScalar v) |
Optional setting to define current `SELECT` type `Metadata Field` value as default.
|
AddCustomMetadataPropertyOptionInput |
AddCustomMetadataPropertyOptionInput.isDefault(BooleanScalar v) |
Define `CustomMetadataPropertyOption` as default.
|
CreateCustomMetadataPropertyTypeOptionInput |
CreateCustomMetadataPropertyTypeOptionInput.isDefault(BooleanScalar v) |
Define `CustomMetadataPropertyOption` as default.
|
UpdateCustomMetadataPropertyTypeOptionInput |
UpdateCustomMetadataPropertyTypeOptionInput.isDefault(BooleanScalar v) |
Define `CustomMetadataPropertyOption` as default.
|
CreateMetadataFieldInput |
CreateMetadataFieldInput.isEditable(BooleanScalar v) |
Allow users to edit `Metadata Field` values in the Frontify UI.
|
CreateCustomMetadataPropertyInput |
CreateCustomMetadataPropertyInput.isRequired(BooleanScalar v) |
Define if `CustomMetadataProperty` is required.
|
UpdateCustomMetadataPropertyDataInput |
UpdateCustomMetadataPropertyDataInput.isRequired(BooleanScalar v) |
Define if `CustomMetadataProperty` is required.
|
CreateMetadataFieldInput |
CreateMetadataFieldInput.isSearchable(BooleanScalar v) |
Allow users to search for `Metadata Field` values in the Frontify UI.
|
CreateMetadataFieldInput |
CreateMetadataFieldInput.isVisible(BooleanScalar v) |
Show/hide `Metadata Field` values in the Frontify UI.
|
CreateLicenseInput |
CreateLicenseInput.requireConsensus(BooleanScalar v) |
Require user to accept `License` terms before download.
|
CreateAssetInput |
CreateAssetInput.skipFileMetadata(BooleanScalar v) |
Skip file's EXIF metadata.
|