GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse constructor

GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse({
  1. GoogleCloudAgentidentitycredentialsV1ConsentRejected? consentRejected,
  2. GoogleCloudAgentidentitycredentialsV1Pending? pending,
  3. GoogleCloudAgentidentitycredentialsV1Success? success,
  4. GoogleCloudAgentidentitycredentialsV1UriConsentRequired? uriConsentRequired,
})

Implementation

GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse({
  this.consentRejected,
  this.pending,
  this.success,
  this.uriConsentRequired,
});