Class StructuredEntries
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class StructuredEntries : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entries
Map of a partner metadata that belong to the same subdomain. It accepts any value including google.protobuf.Struct.
Declaration
[JsonProperty("entries")]
public virtual IDictionary<string, object> Entries { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |