GetSecretGeneratorRequest constructor

GetSecretGeneratorRequest({
  1. SecretGeneratorType? generatorType,
})

Implementation

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