View Source GoogleApi.Forms.V1.Model.TextLink (google_api_forms v0.2.1)

Link for text.

Attributes

  • displayText (type: String.t, default: nil) - Required. Display text for the URI.
  • uri (type: String.t, default: nil) - Required. The URI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.TextLink{
  displayText: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.