View Source GoogleApi.Chat.V1.Model.DriveDataRef (google_api_chat v0.41.5)
A reference to the data of a drive attachment.
Attributes
-
driveFileId
(type:String.t
, default:nil
) - The ID for the drive file. Use with the Drive API.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Chat.V1.Model.DriveDataRef{driveFileId: String.t() | nil}