GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse constructor
GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse({
- GoogleCloudAgentidentitycredentialsV1ConsentRejected? consentRejected,
- GoogleCloudAgentidentitycredentialsV1Pending? pending,
- GoogleCloudAgentidentitycredentialsV1Success? success,
- GoogleCloudAgentidentitycredentialsV1UriConsentRequired? uriConsentRequired,
Implementation
GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse({
this.consentRejected,
this.pending,
this.success,
this.uriConsentRequired,
});