UpdateBrokerStorageResponse constructor

UpdateBrokerStorageResponse({
  1. String? clusterArn,
  2. String? clusterOperationArn,
})

Implementation

UpdateBrokerStorageResponse({
  this.clusterArn,
  this.clusterOperationArn,
});