ListEndpointsByPlatformApplicationResponse constructor

ListEndpointsByPlatformApplicationResponse({
  1. List<Endpoint>? endpoints,
  2. String? nextToken,
})

Implementation

ListEndpointsByPlatformApplicationResponse({
  this.endpoints,
  this.nextToken,
});