Class GuestAttributes
A guest attributes entry.
Implements
Inherited Members
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 |