Class: Google::Apis::AlertcenterV1beta1::Attachment
- Inherits:
-
Object
- Object
- Google::Apis::AlertcenterV1beta1::Attachment
- 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
Attachment with application-specific information about an alert.
Instance Attribute Summary collapse
-
#csv ⇒ Google::Apis::AlertcenterV1beta1::Csv
A representation of a CSV file attachment, as a list of column headers and a list of data rows.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Attachment
constructor
A new instance of Attachment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Attachment
Returns a new instance of Attachment.
394 395 396 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 394 def initialize(**args) update!(**args) end |
Instance Attribute Details
#csv ⇒ Google::Apis::AlertcenterV1beta1::Csv
A representation of a CSV file attachment, as a list of column headers and a
list of data rows.
Corresponds to the JSON property csv
392 393 394 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 392 def csv @csv end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
399 400 401 |
# File 'generated/google/apis/alertcenter_v1beta1/classes.rb', line 399 def update!(**args) @csv = args[:csv] if args.key?(:csv) end |