ThingGroupMetadata constructor
ThingGroupMetadata({
- DateTime? creationDate,
- String? parentGroupName,
- List<
GroupNameAndArn> ? rootToParentThingGroups,
Implementation
ThingGroupMetadata({
this.creationDate,
this.parentGroupName,
this.rootToParentThingGroups,
});