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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.UpdatePageElementsZOrderRequest{
  operation: String.t() | nil,
  pageElementObjectIds: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.