AScript Ext Attribute Args
data class AScriptExtAttributeArgs(val attributeKey: Output<String>? = null, val attributeValue: Output<String>? = null) : ConvertibleToJava<AScriptExtAttributeArgs>
Constructors
Link copied to clipboard
fun AScriptExtAttributeArgs(attributeKey: Output<String>? = null, attributeValue: Output<String>? = null)