GoogleApi.CloudBuild.V2.Model.FetchReadTokenResponse (google_api_cloud_build v0.54.0)
View SourceMessage 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 }