Google Cloud Contentwarehouse V1Rule Args
data class GoogleCloudContentwarehouseV1RuleArgs(val actions: Output<List<GoogleCloudContentwarehouseV1ActionArgs>>? = null, val condition: Output<String>? = null, val description: Output<String>? = null, val ruleId: Output<String>? = null, val triggerType: Output<GoogleCloudContentwarehouseV1RuleTriggerType>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1RuleArgs>
Represents the rule for a content warehouse trigger.
Constructors
Link copied to clipboard
fun GoogleCloudContentwarehouseV1RuleArgs(actions: Output<List<GoogleCloudContentwarehouseV1ActionArgs>>? = null, condition: Output<String>? = null, description: Output<String>? = null, ruleId: Output<String>? = null, triggerType: Output<GoogleCloudContentwarehouseV1RuleTriggerType>? = null)