Class: Google::Apps::Chat::V1::DriveDataRef
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::DriveDataRef
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/attachment.rb
Overview
A reference to the data of a drive attachment.
Instance Attribute Summary collapse
-
#drive_file_id ⇒ ::String
The ID for the drive file.
Instance Attribute Details
#drive_file_id ⇒ ::String
Returns The ID for the drive file. Use with the Drive API.
78 79 80 81 |
# File 'proto_docs/google/chat/v1/attachment.rb', line 78 class DriveDataRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |