/** * Properties of the storage location to be created. * @export * @interface StoragePayloadDataAttributes */ export interface StoragePayloadDataAttributes { /** * A human friendly name to identify the resource. * @type {string} * @memberof StoragePayloadDataAttributes */ 'name': string; }