Class CellularGatewayPortForwardingRules
UpdateDeviceCellularGatewaySettingsPortForwardingRules
[DataContract]
public class CellularGatewayPortForwardingRules
- Inheritance
-
CellularGatewayPortForwardingRules
- Inherited Members
Properties
Rules
An array of port forwarding params
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "rules")]
public List<CellularGatewayPortForwardingRule> Rules { get; set; }