google_api_slides v0.10.0 GoogleApi.Slides.V1.Model.UpdatePageElementsZOrderRequest View Source

Updates the Z-order of page elements. Z-order is an ordering of the elements on the page from back to front. The page element in the front may cover the elements that are behind it.

Attributes

  • operation (type: String.t, default: nil) - The Z-order operation to apply on the page elements.

    When applying the operation on multiple page elements, the relative Z-orders within these page elements before the operation is maintained.

  • pageElementObjectIds (type: list(String.t), default: nil) - The object IDs of the page elements to update.

    All the page elements must be on the same page and must not be grouped.

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.UpdatePageElementsZOrderRequest{
  operation: String.t(),
  pageElementObjectIds: [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.