GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeAttachmentCsv (google_api_alert_center v0.14.0) 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.GoogleAppsAlertcenterTypeAttachmentCsvCsvRow.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.GoogleAppsAlertcenterTypeAttachmentCsv{
    dataRows:
      [
        GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeAttachmentCsvCsvRow.t()
      ]
      | nil,
    headers: [String.t()] | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.