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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.Line{
  lineCategory: String.t() | nil,
  lineProperties: GoogleApi.Slides.V1.Model.LineProperties.t() | nil,
  lineType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.