GoogleApi.Slides.V1.Model.Line (google_api_slides v0.24.0)
View SourceA 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 thecategory
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
@type t() :: %GoogleApi.Slides.V1.Model.Line{ lineCategory: String.t() | nil, lineProperties: GoogleApi.Slides.V1.Model.LineProperties.t() | nil, lineType: String.t() | nil }