Class: Google::Cloud::AdvisoryNotifications::V1::Attachment

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#csv::Google::Cloud::AdvisoryNotifications::V1::Csv

Returns A CSV file attachment. Max size is 10 MB.

Returns:



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.

Returns:

  • (::String)

    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