Class GuestAttributesValue
Array of guest attribute namespace/key/value tuples.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class GuestAttributesValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
The list of guest attributes entries.
Declaration
[JsonProperty("items")]
public virtual IList<GuestAttributesEntry> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<GuestAttributesEntry> |