GoogleCloudConnectorsV1AuthConfigUserPassword constructor

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

Implementation

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