Class GuestAttributes
A guest attributes entry.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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. [Output Only] Type of the resource. Alwayscompute#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. [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. [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. [Output Only] The value found for the requested key.
Declaration
[JsonProperty("variableValue")]
public virtual string VariableValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |