CreatePublishingDestinationResponse.fromJson constructor
Implementation
factory CreatePublishingDestinationResponse.fromJson(
Map<String, dynamic> json) {
return CreatePublishingDestinationResponse(
destinationId: json['destinationId'] as String,
);
}