google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.AutoFillRequest View Source

Fills in more data based on existing data.

Attributes

  • range (GridRange): The range to autofill. This will examine the range and detect the location that has data and automatically fill that data in to the rest of the range. Defaults to: null.
  • sourceAndDestination (SourceAndDestination): The source and destination areas to autofill. This explicitly lists the source of the autofill and where to extend that data. Defaults to: null.
  • useAlternateSeries (boolean()): True if we should generate data with the "alternate" series. This differs based on the type and amount of source data. 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.Sheets.V4.Model.AutoFillRequest{
  range: GoogleApi.Sheets.V4.Model.GridRange.t(),
  sourceAndDestination: GoogleApi.Sheets.V4.Model.SourceAndDestination.t(),
  useAlternateSeries: 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.