Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Created December 13, 2020 11:10
Show Gist options
  • Save gokmenbayram/fa850a1b08b78e4e0b7c9f1b60af4228 to your computer and use it in GitHub Desktop.
Save gokmenbayram/fa850a1b08b78e4e0b7c9f1b60af4228 to your computer and use it in GitHub Desktop.
data class DocumentItems(
@SerializedName("name")
var name: String,
@SerializedName("fields")
var fields: Fields,
@SerializedName("createdTime")
var createdTime: String,
@SerializedName("updateTime")
var updateTime: String,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment