google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.Link View Source

A hypertext link.

Attributes

  • pageObjectId (String.t): 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. Defaults to: null.
  • relativeLink (String.t): If set, indicates this is a link to a slide in this presentation, addressed by its position. Defaults to: null.

    • Enum - one of [RELATIVE_SLIDE_LINK_UNSPECIFIED, NEXT_SLIDE, PREVIOUS_SLIDE, FIRST_SLIDE, LAST_SLIDE]
  • slideIndex (integer()): 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. Defaults to: null.
  • url (String.t): If set, indicates this is a link to the external web page at this URL. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Slides.V1.Model.Link{
  pageObjectId: any(),
  relativeLink: any(),
  slideIndex: any(),
  url: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.