NetworkEdgeSecurityService constructor

NetworkEdgeSecurityService({
  1. String? creationTimestamp,
  2. String? description,
  3. String? fingerprint,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. String? region,
  8. String? securityPolicy,
  9. String? selfLink,
  10. String? selfLinkWithId,
})

Implementation

NetworkEdgeSecurityService({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.id,
  this.kind,
  this.name,
  this.region,
  this.securityPolicy,
  this.selfLink,
  this.selfLinkWithId,
});