public sealed class HelpLink : IMessage<HelpLink>, IEquatable<HelpLink>, IDeepCloneable<HelpLink>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class HelpLink.
Describes a URL link.
Namespace
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 |
bool |
|
HasUrl
public bool HasUrl { get; }Gets whether the "url" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Url
public string Url { get; set; }The URL of the link.
| Property Value | |
|---|---|
| Type | Description |
string |
|