ThingGroupDocument constructor

ThingGroupDocument({
  1. Map<String, String>? attributes,
  2. List<String>? parentGroupNames,
  3. String? thingGroupDescription,
  4. String? thingGroupId,
  5. String? thingGroupName,
})

Implementation

ThingGroupDocument({
  this.attributes,
  this.parentGroupNames,
  this.thingGroupDescription,
  this.thingGroupId,
  this.thingGroupName,
});