SslPolicy constructor

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

Implementation

SslPolicy({
  this.creationTimestamp,
  this.customFeatures,
  this.description,
  this.enabledFeatures,
  this.fingerprint,
  this.id,
  this.kind,
  this.minTlsVersion,
  this.name,
  this.profile,
  this.region,
  this.selfLink,
  this.warnings,
});