@gridscale/api
Version:
gridscale API Wrapper
48 lines • 1.41 kB
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $EventResponse = {
properties: {
events: {
type: 'array',
contains: {
properties: {
object_type: {
type: 'string',
},
request_uuid: {
type: 'string',
format: 'uuid',
},
object_uuid: {
type: 'string',
format: 'uuid',
},
activity: {
type: 'string',
},
request_type: {
type: 'string',
},
request_status: {
type: 'string',
},
change: {
type: 'string',
},
timestamp: {
type: 'string',
format: 'date-time',
},
user_uuid: {
type: 'string',
format: 'uuid',
},
initiator: {
type: 'string',
},
},
},
},
},
};