FirewallEndpointAssociation constructor

FirewallEndpointAssociation({
  1. String? createTime,
  2. bool? disabled,
  3. String? firewallEndpoint,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? network,
  7. bool? reconciling,
  8. String? state,
  9. String? tlsInspectionPolicy,
  10. String? updateTime,
})

Implementation

FirewallEndpointAssociation({
  this.createTime,
  this.disabled,
  this.firewallEndpoint,
  this.labels,
  this.name,
  this.network,
  this.reconciling,
  this.state,
  this.tlsInspectionPolicy,
  this.updateTime,
});