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

View Source

Updates the category of a line.

Attributes

  • lineCategory (type: String.t, default: nil) - The line category to update to. The exact line type is determined based on the category to update to and how it's routed to connect to other page elements.
  • objectId (type: String.t, default: nil) - The object ID of the line the update is applied to. Only a line with a category indicating it is a "connector" can be updated. The line may be rerouted after updating its category.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.UpdateLineCategoryRequest{
  lineCategory: String.t() | nil,
  objectId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.