GetSitesResponse constructor

GetSitesResponse({
  1. String? nextToken,
  2. List<Site>? sites,
})

Implementation

GetSitesResponse({
  this.nextToken,
  this.sites,
});