google_api_slides v0.5.0 GoogleApi.Slides.V1.Model.LayoutPlaceholderIdMapping View Source
The user-specified ID mapping for a placeholder that will be created on a slide from a specified layout.
Attributes
layoutPlaceholder
(type:GoogleApi.Slides.V1.Model.Placeholder.t
, default:nil
) - The placeholder on a layout that will be applied to a slide. Only type and index are needed. For example, a predefinedTITLE_AND_BODY
layout may usually have a TITLE placeholder with index 0 and a BODY placeholder with index 0.layoutPlaceholderObjectId
(type:String.t
, default:nil
) - The object ID of the placeholder on a layout that will be applied to a slide.objectId
(type:String.t
, default:nil
) - A user-supplied object ID for the placeholder identified above that to be created onto a slide.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 you don't specify an ID, a unique one is generated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.LayoutPlaceholderIdMapping{
layoutPlaceholder: GoogleApi.Slides.V1.Model.Placeholder.t(),
layoutPlaceholderObjectId: String.t(),
objectId: String.t()
}
t() :: %GoogleApi.Slides.V1.Model.LayoutPlaceholderIdMapping{ layoutPlaceholder: GoogleApi.Slides.V1.Model.Placeholder.t(), layoutPlaceholderObjectId: String.t(), objectId: String.t() }
Link to this section Functions
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.