GoogleApi.Slides.V1.Model.CreateShapeRequest (google_api_slides v0.24.0)
View SourceCreates a new shape.
Attributes
-
elementProperties
(type:GoogleApi.Slides.V1.Model.PageElementProperties.t
, default:nil
) - The element properties for the shape. -
objectId
(type:String.t
, default:nil
) - A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex[a-zA-Z0-9_]
); remaining characters may include those as well as a hyphen or colon (matches regex[a-zA-Z0-9_-:]
). The length of the ID must not be less than 5 or greater than 50. If empty, a unique identifier will be generated. -
shapeType
(type:String.t
, default:nil
) - The shape type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.CreateShapeRequest{ elementProperties: GoogleApi.Slides.V1.Model.PageElementProperties.t() | nil, objectId: String.t() | nil, shapeType: String.t() | nil }