View Source GoogleApi.BackupDR.V1.Model.FetchAccessTokenResponse (google_api_backup_dr v0.9.1)

Response message for FetchAccessToken.

Attributes

  • expireTime (type: DateTime.t, default: nil) - The token is valid until this time.
  • readLocation (type: String.t, default: nil) - The location in bucket that can be used for reading.
  • token (type: String.t, default: nil) - The downscoped token that was created.
  • writeLocation (type: String.t, default: nil) - The location in bucket that can be used for writing.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.FetchAccessTokenResponse{
  expireTime: DateTime.t() | nil,
  readLocation: String.t() | nil,
  token: String.t() | nil,
  writeLocation: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.