View Source GoogleApi.Notebooks.V1.Model.RefreshRuntimeTokenInternalResponse (google_api_notebooks v0.14.0)

Response with a new access token.

Attributes

  • accessToken (type: String.t, default: nil) - The OAuth 2.0 access token.
  • expireTime (type: DateTime.t, default: nil) - Output only. Token expiration time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.RefreshRuntimeTokenInternalResponse{
  accessToken: String.t() | nil,
  expireTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.