GoogleApi.Slides.V1.Model.UpdateLinePropertiesRequest (google_api_slides v0.24.0)
View SourceUpdates the properties of a Line.
Attributes
-
fields
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The rootlineProperties
is implied and should not be specified. A single"*"
can be used as short-hand for listing every field. For example to update the line solid fill color, setfields
to"lineFill.solidFill.color"
. To reset a property to its default value, include its field name in the field mask but leave the field itself unset. -
lineProperties
(type:GoogleApi.Slides.V1.Model.LineProperties.t
, default:nil
) - The line properties to update. -
objectId
(type:String.t
, default:nil
) - The object ID of the line the update is applied to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.UpdateLinePropertiesRequest{ fields: String.t() | nil, lineProperties: GoogleApi.Slides.V1.Model.LineProperties.t() | nil, objectId: String.t() | nil }