Class: Google::Cloud::AdvisoryNotifications::V1::Attachment
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::Attachment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/advisorynotifications/v1/service.rb
Overview
Attachment with specific information about the issue.
Instance Attribute Summary collapse
-
#csv ⇒ ::Google::Cloud::AdvisoryNotifications::V1::Csv
A CSV file attachment.
-
#display_name ⇒ ::String
The title of the attachment.
Instance Attribute Details
#csv ⇒ ::Google::Cloud::AdvisoryNotifications::V1::Csv
Returns A CSV file attachment. Max size is 10 MB.
107 108 109 110 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 107 class Attachment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The title of the attachment.
107 108 109 110 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 107 class Attachment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |