GoogleApi.Slides.V1.Model.Shape (google_api_slides v0.24.0)

View Source

A PageElement kind representing a generic shape that doesn't have a more specific classification. For more information, see Size and position page elements.

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

t()

@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

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.