UNPKG

@gridscale/api

Version:
16 lines (14 loc) 311 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Request = { /** * Defines the date and time the object was initially created. */ create_time: string; /** * Status indicates the status of the object. */ status: string; message: string; }