CreateUserHierarchyGroupResponse constructor

CreateUserHierarchyGroupResponse({
  1. String? hierarchyGroupArn,
  2. String? hierarchyGroupId,
})

Implementation

CreateUserHierarchyGroupResponse({
  this.hierarchyGroupArn,
  this.hierarchyGroupId,
});