GoogleApi.Slides.V1.Model.Line (google_api_slides v0.17.0) View Source

A PageElement kind representing a non-connector line, straight connector, curved connector, or bent connector.

Attributes

  • lineCategory (type: String.t, default: nil) - The category of the line. It matches the category specified in CreateLineRequest, and can be updated with UpdateLineCategoryRequest.
  • lineProperties (type: GoogleApi.Slides.V1.Model.LineProperties.t, default: nil) - The properties of the line.
  • lineType (type: String.t, default: nil) - The type of the line.

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.Line{
  lineCategory: String.t() | nil,
  lineProperties: GoogleApi.Slides.V1.Model.LineProperties.t() | nil,
  lineType: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.