Class MapEntry
A single entry in a Map, representing the mapping between key and value.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class MapEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Key
Represents the serialized map key for the entry.
Declaration
[JsonProperty("key")]
public virtual ValueProto Key { get; set; }
Property Value
| Type | Description |
|---|---|
| ValueProto |
Value
Represents the serialized map value of the entry.
Declaration
[JsonProperty("value")]
public virtual ValueProto Value { get; set; }
Property Value
| Type | Description |
|---|---|
| ValueProto |