View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleActionsPair (google_api_content_warehouse v0.6.0)
Represents a rule and outputs of associated actions.
Attributes
-
actionOutputs
(type:list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput.t)
, default:nil
) - Outputs of executing the actions associated with the above rule. -
rule
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule.t
, default:nil
) - Represents the rule.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleActionsPair{ actionOutputs: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput.t() ] | nil, rule: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.