Show / Hide Table of Contents

Class GuestAttributes

A guest attributes entry.

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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Kind

[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.

Declaration
[JsonProperty("kind")]
public virtual string Kind { 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

[Output Only] The value of the requested queried path.

Declaration
[JsonProperty("queryValue")]
public virtual GuestAttributesValue QueryValue { get; set; }
Property Value
Type Description
GuestAttributesValue

SelfLink

[Output Only] Server-defined URL for this resource.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

VariableKey

The key to search for.

Declaration
[JsonProperty("variableKey")]
public virtual string VariableKey { get; set; }
Property Value
Type Description
string

VariableValue

[Output Only] The value found for the requested key.

Declaration
[JsonProperty("variableValue")]
public virtual string VariableValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX