google_api_slides v0.5.0 GoogleApi.Slides.V1.Model.Line 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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.Line{
lineCategory: String.t(),
lineProperties: GoogleApi.Slides.V1.Model.LineProperties.t(),
lineType: String.t()
}
t() :: %GoogleApi.Slides.V1.Model.Line{ lineCategory: String.t(), lineProperties: GoogleApi.Slides.V1.Model.LineProperties.t(), lineType: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.