We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resourceState
ObjectMetadata
1 parent 2579baa commit e9efdd3Copy full SHA for e9efdd3
src/providers/storage.ts
@@ -79,6 +79,7 @@ export class ObjectBuilder {
79
export interface ObjectMetadata {
80
kind: string;
81
id: string;
82
+ resourceState: string;
83
selfLink?: string;
84
name?: string;
85
bucket: string;
0 commit comments