Show / Hide Table of Contents

Class Reference

Represents a reference to a resource.

Inheritance
object
Reference
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX