View Source GoogleApi.Monitoring.V3.Model.Link (google_api_monitoring v0.61.1)

Links to content such as playbooks, repositories, and other resources.

Attributes

  • displayName (type: String.t, default: nil) - A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
  • url (type: String.t, default: nil) - 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}"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.Link{
  displayName: String.t() | nil,
  url: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.