google_api_drive_activity v0.4.3 GoogleApi.DriveActivity.V2.Model.DriveItemReference View Source
A lightweight reference to a Drive item, such as a file or folder.
Attributes
driveFile
(type:GoogleApi.DriveActivity.V2.Model.DriveFile.t
, default:nil
) - The Drive item is a file.driveFolder
(type:GoogleApi.DriveActivity.V2.Model.DriveFolder.t
, default:nil
) - The Drive item is a folder. Includes information about the type of folder.file
(type:GoogleApi.DriveActivity.V2.Model.File.t
, default:nil
) - This field is deprecated; please use thedriveFile
field instead.folder
(type:GoogleApi.DriveActivity.V2.Model.Folder.t
, default:nil
) - This field is deprecated; please use thedriveFolder
field instead.name
(type:String.t
, default:nil
) - The target Drive item. The format is "items/ITEM_ID".title
(type:String.t
, default:nil
) - The title of the Drive item.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DriveActivity.V2.Model.DriveItemReference{ driveFile: GoogleApi.DriveActivity.V2.Model.DriveFile.t(), driveFolder: GoogleApi.DriveActivity.V2.Model.DriveFolder.t(), file: GoogleApi.DriveActivity.V2.Model.File.t(), folder: GoogleApi.DriveActivity.V2.Model.Folder.t(), name: String.t(), title: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.