CreateUserHierarchyGroupResponse.fromJson constructor
Implementation
factory CreateUserHierarchyGroupResponse.fromJson(Map<String, dynamic> json) {
return CreateUserHierarchyGroupResponse(
hierarchyGroupArn: json['HierarchyGroupArn'] as String?,
hierarchyGroupId: json['HierarchyGroupId'] as String?,
);
}