Class Reference
Represents a reference to a resource.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class Reference : 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#reference for references.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceType
A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
Declaration
[JsonProperty("referenceType")]
public virtual string ReferenceType { get; set; }
Property Value
Type | Description |
---|---|
string |
Referrer
URL of the resource which refers to the target.
Declaration
[JsonProperty("referrer")]
public virtual string Referrer { get; set; }
Property Value
Type | Description |
---|---|
string |
Target
URL of the resource to which this reference points.
Declaration
[JsonProperty("target")]
public virtual string Target { get; set; }
Property Value
Type | Description |
---|---|
string |