google_api_slides v0.2.0 GoogleApi.Slides.V1.Model.CreateTableRequest View Source

Creates a new table.

Attributes

  • columns (integer()): Number of columns in the table. Defaults to: null.
  • elementProperties (PageElementProperties): The element properties for the table. The table will be created at the provided size, subject to a minimum size. If no size is provided, the table will be automatically sized. Table transforms must have a scale of 1 and no shear components. If no transform is provided, the table will be centered on the page. Defaults to: null.
  • objectId (String.t): A user-supplied object ID. If you specify an ID, it must be unique among all pages and page elements in the presentation. The ID must start with an alphanumeric character or an underscore (matches regex `[a-zA-Z0-9]`); remaining characters may include those as well as a hyphen or colon (matches regex `[a-zA-Z0-9-:]`). The length of the ID must not be less than 5 or greater than 50. If you don't specify an ID, a unique one is generated. Defaults to: null.
  • rows (integer()): Number of rows in the table. 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.CreateTableRequest{
  columns: any(),
  elementProperties: GoogleApi.Slides.V1.Model.PageElementProperties.t(),
  objectId: any(),
  rows: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.