View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsProfileUrlLink (google_api_content_warehouse v0.4.0)

Attributes

  • anchorText (type: String.t, default: nil) - Anchor text to be displayed as clickable link. If not present, the URL should be displayed directly.
  • url (type: String.t, default: nil) - The URL to be linked to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiMapsProfileUrlLink{
    anchorText: String.t() | nil,
    url: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.