google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.UpdateLinePropertiesRequest View Source
Updates the properties of a Line.
Attributes
- fields (String.t): The fields that should be updated. At least one field must be specified. The root `lineProperties` 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, set `fields` 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. Defaults to:
null
. - lineProperties (LineProperties): The line properties to update. Defaults to:
null
. - objectId (String.t): The object ID of the line the update is applied to. Defaults to:
null
.
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() :: %GoogleApi.Slides.V1.Model.UpdateLinePropertiesRequest{ fields: any(), lineProperties: GoogleApi.Slides.V1.Model.LineProperties.t(), objectId: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.