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