View Source GoogleApi.Drive.V3.Model.StartPageToken (google_api_drive v0.27.1)

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 future changes. The page token doesn't expire.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.