PlacementDescription constructor
PlacementDescription({})
Implementation
PlacementDescription({
required this.attributes,
required this.createdDate,
required this.placementName,
required this.projectName,
required this.updatedDate,
});