Voting helps other researchers find interesting modules.
Represents the rule for a content warehouse trigger.
actions
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Action.t)
nil
condition
String.t
description
ruleId
triggerType
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule{ actions: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Action.t() ] | nil, condition: String.t() | nil, description: String.t() | nil, ruleId: String.t() | nil, triggerType: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()