GetSecretGeneratorRequest constructor
GetSecretGeneratorRequest({
- SecretGeneratorType? generatorType,
Implementation
factory GetSecretGeneratorRequest({
$24.SecretGeneratorType? generatorType,
}) {
final $result = create();
if (generatorType != null) {
$result.generatorType = generatorType;
}
return $result;
}