google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.UpdateLineCategoryRequest View Source

Updates the category of a line.

Attributes

  • lineCategory (String.t): 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. Defaults to: null.

    • Enum - one of [LINE_CATEGORY_UNSPECIFIED, STRAIGHT, BENT, CURVED]
  • objectId (String.t): 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. 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.UpdateLineCategoryRequest{
  lineCategory: any(),
  objectId: 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.