UpdateAssetPriceHistory200Response constructor

UpdateAssetPriceHistory200Response({
  1. required String message,
  2. required UpdateAssetPriceHistory200ResponseData data,
})

Returns a new UpdateAssetPriceHistory200Response instance.

Implementation

UpdateAssetPriceHistory200Response({
  required this.message,
  required this.data,
});