View Source GoogleApi.Drive.V3.Model.AppList (google_api_drive v0.32.0)
A list of third-party applications which the user has installed or given access to Google Drive.
Attributes
-
defaultAppIds(type:list(String.t), default:nil) - The list of app IDs that the user has specified to use by default. The list is in reverse-priority order (lowest to highest). -
items(type:list(GoogleApi.Drive.V3.Model.App.t), default:nil) - The list of apps. -
kind(type:String.t, default:drive#appList) - Output only. Identifies what kind of resource this is. Value: the fixed string "drive#appList". -
selfLink(type:String.t, default:nil) - A link back to this list.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Drive.V3.Model.AppList{ defaultAppIds: [String.t()] | nil, items: [GoogleApi.Drive.V3.Model.App.t()] | nil, kind: String.t() | nil, selfLink: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.