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.
Implements
IMessage<HelpLink>, IEquatable<HelpLink>, IDeepCloneable<HelpLink>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HelpLink()
public HelpLink()
HelpLink(HelpLink)
public HelpLink(HelpLink other)
Parameter | |
---|---|
Name | Description |
other | HelpLink |
Properties
Description
public string Description { get; set; }
Describes what the link offers.
Property Value | |
---|---|
Type | Description |
String |
HasDescription
public bool HasDescription { get; }
Gets whether the "description" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasUrl
public bool HasUrl { get; }
Gets whether the "url" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Url
public string Url { get; set; }
The URL of the link.
Property Value | |
---|---|
Type | Description |
String |