google_api_sheets v0.19.0 GoogleApi.Sheets.V4.Model.DuplicateSheetRequest View Source

Duplicates the contents of a sheet.

Attributes

  • insertSheetIndex (type: integer(), default: nil) - The zero-based index where the new sheet should be inserted. The index of all sheets after this are incremented.
  • newSheetId (type: integer(), default: nil) - If set, the ID of the new sheet. If not set, an ID is chosen. If set, the ID must not conflict with any existing sheet ID. If set, it must be non-negative.
  • newSheetName (type: String.t, default: nil) - The name of the new sheet. If empty, a new name is chosen for you.
  • sourceSheetId (type: integer(), default: nil) - The sheet to duplicate.

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.Sheets.V4.Model.DuplicateSheetRequest{
  insertSheetIndex: integer(),
  newSheetId: integer(),
  newSheetName: String.t(),
  sourceSheetId: integer()
}

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.