UNPKG

@gridscale/api

Version:
21 lines 427 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $StorageBackup = { properties: { object_uuid: { type: 'string', format: 'uuid', }, name: { type: 'string', }, create_time: { type: 'string', format: 'date-time', }, capacity: { type: 'number', }, }, };