GoogleCloudApihubV1UserPasswordConfig constructor

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

Implementation

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