GoogleApi.Slides.V1.Model.UpdateTableRowPropertiesRequest (google_api_slides v0.24.0)
View SourceUpdates the properties of a Table row.
Attributes
-
fields(type:String.t, default:nil) - The fields that should be updated. At least one field must be specified. The roottableRowPropertiesis implied and should not be specified. A single"*"can be used as short-hand for listing every field. For example to update the minimum row height, setfieldsto"min_row_height". If '"min_row_height"' is included in the field mask but the property is left unset, the minimum row height will default to 0. -
objectId(type:String.t, default:nil) - The object ID of the table. -
rowIndices(type:list(integer()), default:nil) - The list of zero-based indices specifying which rows to update. If no indices are provided, all rows in the table will be updated. -
tableRowProperties(type:GoogleApi.Slides.V1.Model.TableRowProperties.t, default:nil) - The table row properties to update.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.UpdateTableRowPropertiesRequest{ fields: String.t() | nil, objectId: String.t() | nil, rowIndices: [integer()] | nil, tableRowProperties: GoogleApi.Slides.V1.Model.TableRowProperties.t() | nil }