google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.Placeholder View Source

The placeholder information that uniquely identifies a placeholder shape.

Attributes

  • index (integer()): The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values. Defaults to: null.
  • parentObjectId (String.t): The object ID of this shape's parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape. Defaults to: null.
  • type (String.t): The type of the placeholder. Defaults to: null.

    • Enum - one of [NONE, BODY, CHART, CLIP_ART, CENTERED_TITLE, DIAGRAM, DATE_AND_TIME, FOOTER, HEADER, MEDIA, OBJECT, PICTURE, SLIDE_NUMBER, SUBTITLE, TABLE, TITLE, SLIDE_IMAGE]

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.Placeholder{
  index: any(),
  parentObjectId: any(),
  type: 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.