Class RulesetRuleConditions
Inheritance
System.Object
RulesetRuleConditions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Pagerduty.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class RulesetRuleConditions
Fields
View SourceOperator
Operator to combine sub-conditions. Can be and or or.
Declaration
public readonly string Operator
Field Value
| Type | Description |
|---|---|
| System.String |
Subconditions
List of sub-conditions that define the the condition.
Declaration
public readonly ImmutableArray<RulesetRuleConditionsSubcondition> Subconditions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RulesetRuleConditionsSubcondition> |