View Source GoogleApi.CloudBuild.V2.Model.FetchReadTokenResponse (google_api_cloud_build v0.50.1)

Message for responding to get read token.

Attributes

  • expirationTime (type: DateTime.t, default: nil) - Expiration timestamp. Can be empty if unknown or non-expiring.
  • token (type: String.t, default: nil) - The token content.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.FetchReadTokenResponse{
  expirationTime: DateTime.t() | nil,
  token: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.