Compute Engine v1 API - Class HelpLink (2.15.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
bool
public bool HasUrl { get; }

Gets whether the "url" field is set

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

The URL of the link.

Property Value
TypeDescription
string