Class UpdateShapePropertiesRequest
Update the properties of a Shape.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class UpdateShapePropertiesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
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.
Declaration
[JsonProperty("fields")]
public virtual object Fields { get; set; }
Property Value
Type | Description |
---|---|
object |
ObjectId
The object ID of the shape the updates are applied to.
Declaration
[JsonProperty("objectId")]
public virtual string ObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
ShapeProperties
The shape properties to update.
Declaration
[JsonProperty("shapeProperties")]
public virtual ShapeProperties ShapeProperties { get; set; }
Property Value
Type | Description |
---|---|
ShapeProperties |