Class GuestAttributes
A guest attributes.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class GuestAttributes : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
QueryPath
The path to be queried. This can be the default namespace ('/') or a nested namespace ('//') or a specified key ('//')
Declaration
[JsonProperty("queryPath")]
public virtual string QueryPath { get; set; }
Property Value
Type | Description |
---|---|
string |
QueryValue
The value of the requested queried path.
Declaration
[JsonProperty("queryValue")]
public virtual GuestAttributesValue QueryValue { get; set; }
Property Value
Type | Description |
---|---|
GuestAttributesValue |