Dsl

class Dsl

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class VariantProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard
@get:JvmName(name = "getFilename")
@set:JvmName(name = "setFilename")
var filename: String

string filename = 2;

Link copied to clipboard
@get:JvmName(name = "getModule")
@set:JvmName(name = "setModule")
var module: String

string module = 1;

Link copied to clipboard
@get:JvmName(name = "getToken")
@set:JvmName(name = "setToken")
var token: String

string token = 3;

Link copied to clipboard

repeated .elide.data.CompressedData variant = 4;

Functions

Link copied to clipboard

repeated .elide.data.CompressedData variant = 4;

Link copied to clipboard

repeated .elide.data.CompressedData variant = 4;

Link copied to clipboard

repeated .elide.data.CompressedData variant = 4;

Link copied to clipboard

string filename = 2;

Link copied to clipboard

string module = 1;

Link copied to clipboard

string token = 3;

Link copied to clipboard
@JvmName(name = "plusAssignAllVariant")
inline operator fun DslList<CompressedData, AssetBundleKt.AssetContentKt.Dsl.VariantProxy>.plusAssign(values: Iterable<CompressedData>)
@JvmName(name = "plusAssignVariant")
inline operator fun DslList<CompressedData, AssetBundleKt.AssetContentKt.Dsl.VariantProxy>.plusAssign(value: CompressedData)

repeated .elide.data.CompressedData variant = 4;

Link copied to clipboard
@JvmName(name = "setVariant")
operator fun DslList<CompressedData, AssetBundleKt.AssetContentKt.Dsl.VariantProxy>.set(index: Int, value: CompressedData)

repeated .elide.data.CompressedData variant = 4;