-
public final class DataLayerKt.Dsl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDataLayerKt.Dsl.Companionpublic final classDataLayerKt.Dsl.DataLayerProxyAn uninstantiable, behaviorless type to represent the field in generics.
-
Field Summary
Fields Modifier and Type Field Description private final DslMap<String, String, DataLayerKt.Dsl.DataLayerProxy>dataLayer
-
Method Summary
Modifier and Type Method Description final UnitputDataLayer(DslMap<String, String, DataLayerKt.Dsl.DataLayerProxy> $self, String key, String value)map<string, string> data_layer = 1;-
-
Method Detail
-
putDataLayer
final Unit putDataLayer(DslMap<String, String, DataLayerKt.Dsl.DataLayerProxy> $self, String key, String value)
map<string, string> data_layer = 1;
-
-
-
-