Class: Google::Apps::Chat::V1::DriveLinkData

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/annotation.rb

Overview

Data for Google Drive links.

Instance Attribute Summary collapse

Instance Attribute Details

#drive_data_ref::Google::Apps::Chat::V1::DriveDataRef

Returns A DriveDataRef which references a Google Drive file.

Returns:



170
171
172
173
# File 'proto_docs/google/chat/v1/annotation.rb', line 170

class DriveLinkData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mime_type::String

Returns The mime type of the linked Google Drive resource.

Returns:

  • (::String)

    The mime type of the linked Google Drive resource.



170
171
172
173
# File 'proto_docs/google/chat/v1/annotation.rb', line 170

class DriveLinkData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end