Map<String, dynamic> toJson() { final partitionKeyPath = this.partitionKeyPath; return { 'PartitionKeyPath': partitionKeyPath, }; }