SslPolicy constructor

SslPolicy({
  1. String? creationTimestamp,
  2. List<String> customFeatures = const [],
  3. String? description,
  4. List<String> enabledFeatures = const [],
  5. String? fingerprint,
  6. BigInt? id,
  7. String? kind,
  8. String? minTlsVersion,
  9. String? name,
  10. String? postQuantumKeyExchange,
  11. String? profile,
  12. String? region,
  13. String? selfLink,
  14. List<Warnings> warnings = const [],
})

Implementation

SslPolicy({
  this.creationTimestamp,
  this.customFeatures = const [],
  this.description,
  this.enabledFeatures = const [],
  this.fingerprint,
  this.id,
  this.kind,
  this.minTlsVersion,
  this.name,
  this.postQuantumKeyExchange,
  this.profile,
  this.region,
  this.selfLink,
  this.warnings = const [],
}) : super(fullyQualifiedName);