toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (architecture != null) 'architecture': architecture!,
      if (kind != null) 'kind': kind!,
      if (sourceDisk != null) 'sourceDisk': sourceDisk!,
      if (storageBytes != null) 'storageBytes': storageBytes!,
      if (storageBytesStatus != null)
        'storageBytesStatus': storageBytesStatus!,
    };