class Google::Apis::ChatV1::DriveDataRef
A reference to the data of a drive attachment.
Attributes
drive_file_id[RW]
The id for the drive file, for use with the Drive API. Corresponds to the JSON property `driveFileId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chat_v1/classes.rb, line 748 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chat_v1/classes.rb, line 753 def update!(**args) @drive_file_id = args[:drive_file_id] if args.key?(:drive_file_id) end