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

Fills in more data based on existing data.

Attributes

  • range (type: GoogleApi.Sheets.V4.Model.GridRange.t, default: nil) - 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.
  • sourceAndDestination (type: GoogleApi.Sheets.V4.Model.SourceAndDestination.t, default: nil) - The source and destination areas to autofill. This explicitly lists the source of the autofill and where to extend that data.
  • useAlternateSeries (type: boolean(), default: nil) - True if we should generate data with the "alternate" series. This differs based on the type and amount of source data.

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: boolean()
}

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.