Google Cloud Monitoring v3 API - Class AlertPolicy.Types.Documentation.Types.Link (3.11.0)

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, IMessage

Reference 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.

Inheritance

object > AlertPolicy.Types.Documentation.Types.Link

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

public Link()
public Link(AlertPolicy.Types.Documentation.Types.Link other)
Parameter
Name Description
other AlertPolicyTypesDocumentationTypesLink

Properties

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
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