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
object
Help
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.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class Help : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
IList<HelpLink>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX