google_api_drive v0.8.0 GoogleApi.Drive.V3.Model.RevisionList View Source

A list of revisions of a file.

Attributes

  • kind (type: String.t, default: drive#revisionList) - Identifies what kind of resource this is. Value: the fixed string "drive#revisionList".
  • nextPageToken (type: String.t, default: nil) - The page token for the next page of revisions. This will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
  • revisions (type: list(GoogleApi.Drive.V3.Model.Revision.t), default: nil) - The list of revisions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.

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 Source
t() :: %GoogleApi.Drive.V3.Model.RevisionList{
  kind: String.t(),
  nextPageToken: String.t(),
  revisions: [GoogleApi.Drive.V3.Model.Revision.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.