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.
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2.Data
Assembly: Google.Apis.DeploymentManager.v2.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> |