View Source GoogleApi.Slides.V1.Model.Shape (google_api_slides v0.22.0)

A PageElement kind representing a generic shape that does not have a more specific classification.

Attributes

  • placeholder (type: GoogleApi.Slides.V1.Model.Placeholder.t, default: nil) - Placeholders are page elements that inherit from corresponding placeholders on layouts and masters. If set, the shape is a placeholder shape and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
  • shapeProperties (type: GoogleApi.Slides.V1.Model.ShapeProperties.t, default: nil) - The properties of the shape.
  • shapeType (type: String.t, default: nil) - The type of the shape.
  • text (type: GoogleApi.Slides.V1.Model.TextContent.t, default: nil) - The text content of the shape.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Slides.V1.Model.Shape{
  placeholder: GoogleApi.Slides.V1.Model.Placeholder.t() | nil,
  shapeProperties: GoogleApi.Slides.V1.Model.ShapeProperties.t() | nil,
  shapeType: String.t() | nil,
  text: GoogleApi.Slides.V1.Model.TextContent.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.