Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.25 KB

File metadata and controls

24 lines (20 loc) · 2.25 KB

Voucherify.Model.MetadataSchemaDefinitionDeprecated

Custom definition name. This is also shown in Project Settings > Metadata Schema in the Voucherify Dashboard.

Properties

Name Type Description Notes
Type string [optional]
Array bool? Indicates whether the definition is an array. [optional]
Optional bool? Indicates whether this definition is optional or not optional for the resource. [optional]
ObjectType string Returns the name of the custom resource if the resource was previously defined in the Dashboard as a custom (non-standard) Nested object. [optional]
Eq List<Object> Array of possible values when the setting for `is equal to any of` in the Dashboard is defined explicitly. [optional]
Ne List<Object> Array of values that are not allowed when the setting for `is not equal to any of` in the Dashboard is defined explicitly. [optional]
Lt int? A property of `number` type must have `less than` this value. [optional]
Lte int? A property of `number` type must be `less than or equal` to this value. [optional]
Gt int? A property of `number` type must be `greater than` this value. [optional]
Gte int? A property of `number` type must be `greater than or equal` to this value. [optional]
Deleted bool? Indicates whether the definition was deleted from the schema. [optional]
MaxLength int? Value for maximum length when the setting for `has maximum length of` in the Dashboard is defined explicitly. [optional]
MinLength int? Value indicating minimum length when the setting for `has minimum length of` in the Dashboard is defined explicitly. [optional]
ExactLength int? Value indicating exact length when the setting for `has exact length of` in the Dashboard is defined explicitly. [optional]

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