Class Metadata
A metadata key/value entry.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class Metadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
Declaration
[JsonProperty("items")]
public virtual IList<Entry> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<Entry> |