google_api_drive_activity v0.4.3 GoogleApi.DriveActivity.V2.Model.QueryDriveActivityResponse View Source
Response message for querying Drive activity.
Attributes
activities
(type:list(GoogleApi.DriveActivity.V2.Model.DriveActivity.t)
, default:nil
) - List of activity requested.nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results in the list.
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.QueryDriveActivityResponse{ activities: [GoogleApi.DriveActivity.V2.Model.DriveActivity.t()], nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.