GoogleCloudAgentidentitycredentialsV1Success constructor

GoogleCloudAgentidentitycredentialsV1Success({
  1. String? expireTime,
  2. String? header,
  3. List<String>? scopes,
  4. String? token,
})

Implementation

GoogleCloudAgentidentitycredentialsV1Success({
  this.expireTime,
  this.header,
  this.scopes,
  this.token,
});