google_api_slides v0.2.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 (String.t): 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. Defaults to: null.

    • Enum - one of [Z_ORDER_OPERATION_UNSPECIFIED, BRING_TO_FRONT, BRING_FORWARD, SEND_BACKWARD, SEND_TO_BACK]
  • pageElementObjectIds ([String.t]): The object IDs of the page elements to update. All the page elements must be on the same page and must not be grouped. Defaults to: null.

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: any(),
  pageElementObjectIds: [any()]
}

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.