UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 299 B
/** Copy object output. */ export interface StorageCopyObjectOut { /** The entity tag is a hash of the object that reflects changes only to the contents. */ etag: string; /** Version ID of the copied object. */ versionId?: string; } //# sourceMappingURL=StorageCopyObjectOut.d.ts.map