FirewallEndpointAssociationReference constructor

FirewallEndpointAssociationReference({
  1. String? name,
  2. String? network,
})

Implementation

FirewallEndpointAssociationReference({
  this.name,
  this.network,
});