Sha256: d6c174d4fb0fc7897f4e14ca8ef90791672d57e36b3dc32c6f548590af616545
Contents?: true
Size: 1.92 KB
Versions: 4
Compression:
Stored size: 1.92 KB
Contents
# VoucherifySdk::ManagementProjectsMetadataSchema ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique identifier of the metadata schema. | [optional] | | **related_object** | **String** | The resource type. You can define custom metadata schemas, which have a custom `\"related_object\"` resource type. The standard metadata schemas are: `\"campaign\"`, `\"customer\"`, `\"earning_rule\"`, `\"loyalty_tier\"`, `\"order\"`, `\"order_item\"`, `\"product\"`, `\"promotion_tier\"`, `\"publication\"`, `\"redemption\"`, `\"reward\"`, `\"voucher\"`. | [optional] | | **properties** | [**Hash<String, ManagementProjectsMetadataSchemaDefinition>**](ManagementProjectsMetadataSchemaDefinition.md) | Contains metadata definitions. | [optional] | | **allow_defined_only** | **Boolean** | Restricts the creation of metadata fields when set to `true`. It indicates whether or not you can create new metadata definitions, e.g. in the campaign or publication manager. If set to `true`, then only the defined fields are available for assigning values. | [optional] | | **created_at** | **Time** | Timestamp representing the date and time when the metadata schema was created. The value for this parameter is shown in the ISO 8601 format. | [optional] | | **updated_at** | **Time** | Timestamp representing the date and time when the metadata schema was updated. The value for this parameter is shown in the ISO 8601 format. | [optional] | | **object** | **String** | The type of the object represented by the JSON. This object stores information about the metadata schema. | [optional][default to 'metadata_schema'] |
Version data entries
4 entries across 4 versions & 1 rubygems