24 lines
424 B
YAML
24 lines
424 B
YAML
|
TrackEvent:
|
||
|
properties:
|
||
|
ID:
|
||
|
type: string
|
||
|
CreatedByID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
CreatedDate:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
EventID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
LastModifiedByID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
LastModifiedDate:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
TrackID:
|
||
|
type: string
|
||
|
x-nullable: true
|
||
|
type: object
|