View Source GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1CsvCsvRow (google_api_advisory_notifications v0.4.0)

A representation of a single data row in a CSV file.

Attributes

  • entries (type: list(String.t), default: nil) - The data entries in a CSV file row, as a string array rather than a single comma-separated string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1CsvCsvRow{
    entries: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.