Compute Engine v1 API - Class HelpLink (2.4.0)

public sealed class HelpLink : IMessage<HelpLink>, IEquatable<HelpLink>, IDeepCloneable<HelpLink>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class HelpLink.

Describes a URL link.

Inheritance

Object > HelpLink

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

public HelpLink()
public HelpLink(HelpLink other)
Parameter
NameDescription
otherHelpLink

Properties

public string Description { get; set; }

Describes what the link offers.

Property Value
TypeDescription
String
public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
TypeDescription
Boolean
public bool HasUrl { get; }

Gets whether the "url" field is set

Property Value
TypeDescription
Boolean
public string Url { get; set; }

The URL of the link.

Property Value
TypeDescription
String