View Source GoogleApi.Sheets.V4.Model.AutoFillRequest (google_api_sheets v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.AutoFillRequest{ range: GoogleApi.Sheets.V4.Model.GridRange.t() | nil, sourceAndDestination: GoogleApi.Sheets.V4.Model.SourceAndDestination.t() | nil, useAlternateSeries: boolean() | nil }