GoogleApi.Slides.V1.Model.UpdateTableCellPropertiesRequest (google_api_slides v0.24.0)
View SourceUpdate the properties of a TableCell.
Attributes
-
fields(type:String.t, default:nil) - The fields that should be updated. At least one field must be specified. The roottableCellPropertiesis implied and should not be specified. A single"*"can be used as short-hand for listing every field. For example to update the table cell background solid fill color, setfieldsto"tableCellBackgroundFill.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 table. -
tableCellProperties(type:GoogleApi.Slides.V1.Model.TableCellProperties.t, default:nil) - The table cell properties to update. -
tableRange(type:GoogleApi.Slides.V1.Model.TableRange.t, default:nil) - The table range representing the subset of the table to which the updates are applied. If a table range is not specified, the updates will apply to the entire table.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.UpdateTableCellPropertiesRequest{ fields: String.t() | nil, objectId: String.t() | nil, tableCellProperties: GoogleApi.Slides.V1.Model.TableCellProperties.t() | nil, tableRange: GoogleApi.Slides.V1.Model.TableRange.t() | nil }