Class InstanceSettingsMetadata
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceSettingsMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
A metadata key/value items map. The total size of all keys and values must be less than 512KB.
Declaration
[JsonProperty("items")]
public virtual IDictionary<string, string> Items { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Kind
[Output Only] Type of the resource. Always compute#metadata for metadata.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |