ListFirewallEndpointAssociationsResponse constructor
ListFirewallEndpointAssociationsResponse({
- List<
FirewallEndpointAssociation> ? firewallEndpointAssociations, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListFirewallEndpointAssociationsResponse({
this.firewallEndpointAssociations,
this.nextPageToken,
this.unreachable,
});