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