GoogleApi.AlertCenter.V1beta1.Model.Csv (google_api_alert_center v0.11.2) View Source
A representation of a CSV file attachment, as a list of column headers and a list of data rows.
Attributes
-
dataRows
(type:list(GoogleApi.AlertCenter.V1beta1.Model.CsvRow.t)
, default:nil
) - The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string. -
headers
(type:list(String.t)
, default:nil
) - The list of headers for data columns in a CSV file.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AlertCenter.V1beta1.Model.Csv{ dataRows: [GoogleApi.AlertCenter.V1beta1.Model.CsvRow.t()], headers: [String.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.