Member

data class Member(    val name: String = "",     val versionNumber: Int? = null,     val modificationLevel: Int? = null,     val creationDate: String? = null,     val modificationDate: String? = null,     val currentNumberOfRecords: Int? = null,     val beginningNumberOfRecords: Int? = null,     val numberOfChangedRecords: Int? = null,     val lastChangeTime: String? = null,     val secondsOfLastChangeTime: String? = null,     val user: String? = null,     val sclm: String? = null,     val authorizationCode: String? = null,     val aliasOf: String? = null,     val amode: String? = null,     val loadModuleAttributes: String? = null,     val rmode: String? = null,     val size: String? = null,     val ttr: String? = null,     val ssi: String? = null)

Constructors

Link copied to clipboard
fun Member(    name: String = "",     versionNumber: Int? = null,     modificationLevel: Int? = null,     creationDate: String? = null,     modificationDate: String? = null,     currentNumberOfRecords: Int? = null,     beginningNumberOfRecords: Int? = null,     numberOfChangedRecords: Int? = null,     lastChangeTime: String? = null,     secondsOfLastChangeTime: String? = null,     user: String? = null,     sclm: String? = null,     authorizationCode: String? = null,     aliasOf: String? = null,     amode: String? = null,     loadModuleAttributes: String? = null,     rmode: String? = null,     size: String? = null,     ttr: String? = null,     ssi: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "alias-of")
@Expose
val aliasOf: String? = null
Link copied to clipboard
@SerializedName(value = "amode")
@Expose
val amode: String? = null
Link copied to clipboard
@SerializedName(value = "ac")
@Expose
val authorizationCode: String? = null
Link copied to clipboard
@SerializedName(value = "inorc")
@Expose
val beginningNumberOfRecords: Int? = null
Link copied to clipboard
@SerializedName(value = "c4date")
@Expose
val creationDate: String? = null
Link copied to clipboard
@SerializedName(value = "cnorc")
@Expose
val currentNumberOfRecords: Int? = null
Link copied to clipboard
@SerializedName(value = "mtime")
@Expose
val lastChangeTime: String? = null
Link copied to clipboard
@SerializedName(value = "attr")
@Expose
val loadModuleAttributes: String? = null
Link copied to clipboard
@SerializedName(value = "m4date")
@Expose
val modificationDate: String? = null
Link copied to clipboard
@SerializedName(value = "mod")
@Expose
val modificationLevel: Int? = null
Link copied to clipboard
@SerializedName(value = "member")
@Expose
val name: String
Link copied to clipboard
@SerializedName(value = "mnorc")
@Expose
val numberOfChangedRecords: Int? = null
Link copied to clipboard
@SerializedName(value = "rmode")
@Expose
val rmode: String? = null
Link copied to clipboard
@SerializedName(value = "sclm")
@Expose
val sclm: String? = null
Link copied to clipboard
@SerializedName(value = "msec")
@Expose
val secondsOfLastChangeTime: String? = null
Link copied to clipboard
@SerializedName(value = "size")
@Expose
val size: String? = null
Link copied to clipboard
@SerializedName(value = "ssi")
@Expose
val ssi: String? = null
Link copied to clipboard
@SerializedName(value = "ttr")
@Expose
val ttr: String? = null
Link copied to clipboard
@SerializedName(value = "user")
@Expose
val user: String? = null
Link copied to clipboard
@SerializedName(value = "vers")
@Expose
val versionNumber: Int? = null