GetEventIntegrationPlainArgs

data class GetEventIntegrationPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEventIntegrationPlainArgs>

A collection of arguments for invoking getEventIntegration.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The AppIntegrations Event Integration name.

Link copied to clipboard
val tags: Map<String, String>? = null

Metadata that you can assign to help organize the report plans you create.

Functions

Link copied to clipboard
open override fun toJava(): GetEventIntegrationPlainArgs