Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.16 KB

ManagementProjectsCustomEventSchemasGetResponseBody.md

File metadata and controls

14 lines (11 loc) · 1.16 KB

# ManagementProjectsCustomEventSchemasGetResponseBody

Properties

Name Type Description Notes
id string Unique identifier of the custom event schema. [optional]
name string User-defined name of the custom event. This is also shown in Project Settings > Event Schema in the Voucherify Dashboard. [optional]
schema \OpenAPI\Client\Model\ManagementProjectsCustomEventSchemasGetResponseBodySchema [optional]
createdAt \DateTime Timestamp representing the date and time when the custom event schema was created. The value is shown in the ISO 8601 format. [optional]
updatedAt \DateTime Timestamp representing the date and time when the custom event schema was updated. The value is shown in the ISO 8601 format. [optional]
object string The type of the object represented by JSON. [optional] [default to 'custom-event-schema']

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