FirewallEndpoint constructor

FirewallEndpoint({
  1. List<String>? associatedNetworks,
  2. List<FirewallEndpointAssociationReference>? associations,
  3. String? billingProjectId,
  4. String? createTime,
  5. String? description,
  6. Map<String, String>? labels,
  7. String? name,
  8. bool? reconciling,
  9. String? state,
  10. String? updateTime,
})

Implementation

FirewallEndpoint({
  this.associatedNetworks,
  this.associations,
  this.billingProjectId,
  this.createTime,
  this.description,
  this.labels,
  this.name,
  this.reconciling,
  this.state,
  this.updateTime,
});