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

The placeholder information that uniquely identifies a placeholder shape.

Attributes

  • index (type: integer(), default: nil) - The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
  • parentObjectId (type: String.t, default: nil) - 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.
  • type (type: String.t, default: nil) - The type of the placeholder.

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: integer(),
  parentObjectId: String.t(),
  type: 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.