Class AirMarshalRuleCreateUpdateRequest
Organization Air Marshal Rule Update Request
[DataContract]
public class AirMarshalRuleCreateUpdateRequest
- Inheritance
-
AirMarshalRuleCreateUpdateRequest
- Inherited Members
Properties
Match
Object describing the rule specification.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "match")]
public AirMarshalRulesItemMatch? Match { get; set; }
Property Value
Type
Indicates if this rule will allow, block, or alert.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public string? Type { get; set; }