google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.DuplicateSheetRequest View Source
Duplicates the contents of a sheet.
Attributes
- insertSheetIndex (integer()): The zero-based index where the new sheet should be inserted. The index of all sheets after this are incremented. Defaults to:
null
. - newSheetId (integer()): 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. Defaults to:
null
. - newSheetName (String.t): The name of the new sheet. If empty, a new name is chosen for you. Defaults to:
null
. - sourceSheetId (integer()): The sheet to duplicate. 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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.