View Source GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Csv (google_api_advisory_notifications v0.4.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.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1CsvCsvRow.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.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Csv{ dataRows: [ GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1CsvCsvRow.t() ] | nil, headers: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.