GoogleApi.Slides.V1.Model.Link (google_api_slides v0.24.0)

View Source

A hypertext link.

Attributes

  • pageObjectId (type: String.t, default: nil) - If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
  • relativeLink (type: String.t, default: nil) - If set, indicates this is a link to a slide in this presentation, addressed by its position.
  • slideIndex (type: integer(), default: nil) - If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
  • url (type: String.t, default: nil) - If set, indicates this is a link to the external web page at this URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.Link{
  pageObjectId: String.t() | nil,
  relativeLink: String.t() | nil,
  slideIndex: integer() | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.