google_api_you_tube v0.23.2 GoogleApi.YouTube.V3.Model.LinkCard View Source

Attributes

  • customLinkText (type: String.t, default: nil) - Custom text to show as the website link. Required.
  • externalImageUrl (type: String.t, default: nil) - URL to an externally hosted image.
  • targetUrl (type: String.t, default: nil) - The URL to which this card points. Required.
  • title (type: String.t, default: nil) - The title to show on the card. Required.
  • uploadedImage (type: GoogleApi.YouTube.V3.Model.LinkCardUploadedImage.t, default: nil) - Previously uploaded image.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTube.V3.Model.LinkCard{
  customLinkText: String.t(),
  externalImageUrl: String.t(),
  targetUrl: String.t(),
  title: String.t(),
  uploadedImage: GoogleApi.YouTube.V3.Model.LinkCardUploadedImage.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.