toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final firewallEndpointAssociations = this.firewallEndpointAssociations;
final nextPageToken = this.nextPageToken;
final unreachable = this.unreachable;
return {
'firewallEndpointAssociations': ?firewallEndpointAssociations,
'nextPageToken': ?nextPageToken,
'unreachable': ?unreachable,
};
}