View Source GoogleApi.DeveloperConnect.V1.Model.FetchReadWriteTokenResponse (google_api_developer_connect v0.5.0)

Message for responding to get read/write token.

Attributes

  • expirationTime (type: DateTime.t, default: nil) - Expiration timestamp. Can be empty if unknown or non-expiring.
  • gitUsername (type: String.t, default: nil) - The git_username to specify when making a git clone with the token. For example, for GitHub GitRepositoryLinks, this would be "x-access-token"
  • token (type: String.t, default: nil) - The token content.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DeveloperConnect.V1.Model.FetchReadWriteTokenResponse{
  expirationTime: DateTime.t() | nil,
  gitUsername: String.t() | nil,
  token: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.