google_api_slides v0.5.0 GoogleApi.Slides.V1.Model.UpdateShapePropertiesRequest View Source
Update the properties of a Shape.
Attributes
fields
(type:String.t
, default:nil
) - The fields that should be updated.At least one field must be specified. The root
shapeProperties
is implied and should not be specified. A single"*"
can be used as short-hand for listing every field.For example to update the shape background solid fill color, set
fields
to"shapeBackgroundFill.solidFill.color"
.To reset a property to its default value, include its field name in the field mask but leave the field itself unset.
objectId
(type:String.t
, default:nil
) - The object ID of the shape the updates are applied to.shapeProperties
(type:GoogleApi.Slides.V1.Model.ShapeProperties.t
, default:nil
) - The shape properties to update.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.UpdateShapePropertiesRequest{
fields: String.t(),
objectId: String.t(),
shapeProperties: GoogleApi.Slides.V1.Model.ShapeProperties.t()
}
t() :: %GoogleApi.Slides.V1.Model.UpdateShapePropertiesRequest{ fields: String.t(), objectId: String.t(), shapeProperties: GoogleApi.Slides.V1.Model.ShapeProperties.t() }
Link to this section Functions
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.