toJson method

Map<String, dynamic> toJson()

Implementation

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