google_api_slides v0.13.0 GoogleApi.Slides.V1.Model.Link 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.

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: String.t(),
  relativeLink: String.t(),
  slideIndex: integer(),
  url: String.t()
}

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.