google_api_alert_center v0.9.0 GoogleApi.AlertCenter.V1beta1.Model.CsvRow View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AlertCenter.V1beta1.Model.CsvRow{entries: [String.t()]}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.