Class GoogleCloudContentwarehouseV1RuleActionsPair
Represents a rule and outputs of associated actions.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RuleActionsPair : IDirectResponseSchema
Properties
ActionOutputs
Outputs of executing the actions associated with the above rule.
Declaration
[JsonProperty("actionOutputs")]
public virtual IList<GoogleCloudContentwarehouseV1ActionOutput> ActionOutputs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContentwarehouseV1ActionOutput> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rule
Represents the rule.
Declaration
[JsonProperty("rule")]
public virtual GoogleCloudContentwarehouseV1Rule Rule { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1Rule |