public sealed class AlertPolicy.Types.Documentation.Types.Link : IMessage<AlertPolicy.Types.Documentation.Types.Link>, IEquatable<AlertPolicy.Types.Documentation.Types.Link>, IDeepCloneable<AlertPolicy.Types.Documentation.Types.Link>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Monitoring v3 API class AlertPolicy.Types.Documentation.Types.Link.
Links to content such as playbooks, repositories, and other resources.
Implements
IMessageAlertPolicyTypesDocumentationTypesLink, IEquatableAlertPolicyTypesDocumentationTypesLink, IDeepCloneableAlertPolicyTypesDocumentationTypesLink, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
Link()
public Link()Link(Link)
public Link(AlertPolicy.Types.Documentation.Types.Link other)| Parameter | |
|---|---|
| Name | Description |
other |
AlertPolicyTypesDocumentationTypesLink |
Properties
DisplayName
public string DisplayName { get; set; }A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
| Property Value | |
|---|---|
| Type | Description |
string |
|
Url
public string Url { get; set; }The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}"
| Property Value | |
|---|---|
| Type | Description |
string |
|