ChangeTag

data class ChangeTag(    request: String = "chtag",     var action: TagAction,     var type: UssFileDataType? = null,     var links: Links? = null,     var codeSet: String? = null,     var recursive: Boolean? = null)

Constructors

Link copied to clipboard
fun ChangeTag(    request: String = "chtag",     action: TagAction,     type: UssFileDataType? = null,     links: Links? = null,     codeSet: String? = null,     recursive: Boolean? = null)

Properties

Link copied to clipboard
@SerializedName(value = "action")
@Expose
var action: TagAction
Link copied to clipboard
@SerializedName(value = "codeset")
var codeSet: String? = null
Link copied to clipboard
@SerializedName(value = "links")
var links: Links? = null
Link copied to clipboard
@SerializedName(value = "recursive")
var recursive: Boolean? = null
Link copied to clipboard
@SerializedName(value = "type")
@Expose
var type: UssFileDataType? = null