View Source GoogleApi.AlertCenter.V1beta1.Model.Csv (google_api_alert_center v0.24.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.Csv{
  dataRows: [GoogleApi.AlertCenter.V1beta1.Model.CsvRow.t()] | nil,
  headers: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.