View Source GoogleApi.Chat.V1.Model.RichLinkMetadata (google_api_chat v0.34.3)

A rich link to a resource.

Attributes

  • driveLinkData (type: GoogleApi.Chat.V1.Model.DriveLinkData.t, default: nil) - Data for a drive link.
  • richLinkType (type: String.t, default: nil) - The rich link type.
  • uri (type: String.t, default: nil) - The URI of this link.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.RichLinkMetadata{
  driveLinkData: GoogleApi.Chat.V1.Model.DriveLinkData.t() | nil,
  richLinkType: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.