SslPolicy constructor
SslPolicy({
- String? creationTimestamp,
- List<
String> ? customFeatures, - String? description,
- List<
String> ? enabledFeatures, - String? fingerprint,
- String? id,
- String? kind,
- String? minTlsVersion,
- String? name,
- String? postQuantumKeyExchange,
- String? profile,
- String? region,
- String? selfLink,
- List<
SslPolicyWarnings> ? warnings,
Implementation
SslPolicy({
this.creationTimestamp,
this.customFeatures,
this.description,
this.enabledFeatures,
this.fingerprint,
this.id,
this.kind,
this.minTlsVersion,
this.name,
this.postQuantumKeyExchange,
this.profile,
this.region,
this.selfLink,
this.warnings,
});