google_api_drive v0.15.0 GoogleApi.Drive.V3.Model.StartPageToken View Source

Attributes

  • kind (type: String.t, default: drive#startPageToken) - Identifies what kind of resource this is. Value: the fixed string "drive#startPageToken".
  • startPageToken (type: String.t, default: nil) - The starting page token for listing changes.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Drive.V3.Model.StartPageToken{
  kind: String.t(),
  startPageToken: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.