GetDataCollectionRuleAssociationPlainArgs

data class GetDataCollectionRuleAssociationPlainArgs(val associationName: String, val resourceUri: String) : ConvertibleToJava<GetDataCollectionRuleAssociationPlainArgs>

Constructors

constructor(associationName: String, resourceUri: String)

Properties

Link copied to clipboard

The name of the association. The name is case insensitive.

Link copied to clipboard

The identifier of the resource.

Functions

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