Table of Contents

Class AirMarshalRuleCreateUpdateRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

AirMarshalRulesItemMatch

Type

Indicates if this rule will allow, block, or alert.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public string? Type { get; set; }

Property Value

string