GoogleApi.Slides.V1.Model.UpdateLineCategoryRequest (google_api_slides v0.16.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.