ListNamedShadowsForThingResponse constructor

ListNamedShadowsForThingResponse({
  1. String? nextToken,
  2. List<String>? results,
  3. int? timestamp,
})

Implementation

ListNamedShadowsForThingResponse({
  this.nextToken,
  this.results,
  this.timestamp,
});