Class: Google::Apps::Chat::V1::DriveLinkData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::DriveLinkData
- 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
-
#drive_data_ref ⇒ ::Google::Apps::Chat::V1::DriveDataRef
A DriveDataRef which references a Google Drive file.
-
#mime_type ⇒ ::String
The mime type of the linked Google Drive resource.
Instance Attribute Details
#drive_data_ref ⇒ ::Google::Apps::Chat::V1::DriveDataRef
Returns A DriveDataRef which references a Google Drive file.
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.
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 |