1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-07-10 07:58:54 +00:00

Some type changes and renamings

This commit is contained in:
Juan Carlos Garrote 2022-12-27 15:17:44 +01:00 committed by Abel García de Prada
parent 9e999c19ab
commit f06c030813

View File

@ -53,8 +53,8 @@ data class OwnerResponse(
data class QuotaResponse( data class QuotaResponse(
val remaining: Long, val remaining: Long,
val state: String, val state: String,
val total: Int, val total: Long,
val used: Int val used: Long
) )
@JsonClass(generateAdapter = true) @JsonClass(generateAdapter = true)