GetSecretGeneratorRequest constructor

GetSecretGeneratorRequest({
  1. SecretGeneratorType? generatorType,
})

Implementation

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