GoogleCloudContentwarehouseV1RuleActionsPair

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleActionsPair


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a rule and outputs of associated actions.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. actionOutputs (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput), default: nil)
    - Outputs of executing the actions associated with the above rule.
  2. rule (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule, default: nil)
    - Represents the rule.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleActionsPair{
actionOutputs: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput.t() ] | nil,
rule: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Rule.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleActionsPair