GoogleCloudIntegrationsV1alphaUsernameAndPassword constructor

GoogleCloudIntegrationsV1alphaUsernameAndPassword({
  1. String? password,
  2. String? username,
})

Implementation

GoogleCloudIntegrationsV1alphaUsernameAndPassword({
  this.password,
  this.username,
});