UpdateAssetPriceHistory200Response constructor
UpdateAssetPriceHistory200Response({
- required String message,
- required UpdateAssetPriceHistory200ResponseData data,
Returns a new UpdateAssetPriceHistory200Response instance.
Implementation
UpdateAssetPriceHistory200Response({
required this.message,
required this.data,
});