public class ZabbixAnnotationKt
Modifier and Type | Method and Description |
---|---|
static Annotation |
zabbix(AnnotationBuilder $receiver,
kotlin.jvm.functions.Function1<? super ru.yandex.money.tools.grafana.dsl.annotations.ZabbixAnnotation.Builder,kotlin.Unit> build)
Creates a
class ZabbixAnnotation with given class AnnotationBuilder context. |
public static Annotation zabbix(AnnotationBuilder $receiver, kotlin.jvm.functions.Function1<? super ru.yandex.money.tools.grafana.dsl.annotations.ZabbixAnnotation.Builder,kotlin.Unit> build)
Creates a class ZabbixAnnotation
with given class AnnotationBuilder
context.
Note that all basic information will be taken from class AnnotationBuilder
so you need fill class AnnotationBuilder
with
relevant information before call this function.