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

Link to this type

t() View Source
t() :: %GoogleApi.Slides.V1.Model.UpdateLineCategoryRequest{
  lineCategory: String.t(),
  objectId: 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.