Show / Hide Table of Contents

Class GuestAttributes

A guest attributes.

Inheritance
object
GuestAttributes
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX