Class: Google::Apis::AlertcenterV1beta1::CsvRow
- Inherits:
-
Object
- Object
- Google::Apis::AlertcenterV1beta1::CsvRow
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/alertcenter_v1beta1/classes.rb,
generated/google/apis/alertcenter_v1beta1/representations.rb,
generated/google/apis/alertcenter_v1beta1/representations.rb
Overview
A representation of a single data row in a CSV file.
Instance Attribute Summary collapse
-
#entries ⇒ Array<String>
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CsvRow
constructor
A new instance of CsvRow.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CsvRow
Returns a new instance of CsvRow
315 316 317 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 315 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<String>
The data entries in a CSV file row, as a string array rather than a
single comma-separated string.
Corresponds to the JSON property entries
313 314 315 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 313 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
320 321 322 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 320 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |