toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final poolProvisionedCapacityGb = this.poolProvisionedCapacityGb;
  final poolProvisionedIops = this.poolProvisionedIops;
  final poolProvisionedThroughput = this.poolProvisionedThroughput;
  return {
    'poolProvisionedCapacityGb': ?poolProvisionedCapacityGb,
    'poolProvisionedIops': ?poolProvisionedIops,
    'poolProvisionedThroughput': ?poolProvisionedThroughput,
  };
}