Show / Hide Table of Contents

Class Help

Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.

Inheritance
System.Object
Help
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class Help : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Links

URL(s) pointing to additional information on handling the current error.

Declaration
[JsonProperty("links")]
public virtual IList<HelpLink> Links { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<HelpLink>

Implements

IDirectResponseSchema
In This Article
Back to top