SslPolicy constructor
SslPolicy({
- String? creationTimestamp,
- List<
String> customFeatures = const [], - String? description,
- List<
String> enabledFeatures = const [], - String? fingerprint,
- BigInt? id,
- String? kind,
- String? minTlsVersion,
- String? name,
- String? postQuantumKeyExchange,
- String? profile,
- String? region,
- String? selfLink,
- 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);