ListFirewallEndpointAssociationsResponse constructor

ListFirewallEndpointAssociationsResponse({
  1. List<FirewallEndpointAssociation>? firewallEndpointAssociations,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListFirewallEndpointAssociationsResponse({
  this.firewallEndpointAssociations,
  this.nextPageToken,
  this.unreachable,
});