CreateThingGroupResponse constructor

CreateThingGroupResponse({
  1. String? thingGroupArn,
  2. String? thingGroupId,
  3. String? thingGroupName,
})

Implementation

CreateThingGroupResponse({
  this.thingGroupArn,
  this.thingGroupId,
  this.thingGroupName,
});