We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fb0ef commit f63fba3Copy full SHA for f63fba3
Meraki.Api/Sections/Products/CellularGateway/CellularGatewaySection.cs
@@ -4,7 +4,7 @@ public class CellularGatewaySection
4
{
5
public ICellularGatewayConnectivityMonitoringDestinations ConnectivityMonitoringDestinations { get; internal set; } = null!;
6
public ICellularGatewayDhcp Dhcp { get; internal set; } = null!;
7
- public ICellularGatewayEsims Esims { get; internal set; } = null;
+ public ICellularGatewayEsims Esims { get; internal set; } = null!;
8
public ICellularGatewayLan Lan { get; internal set; } = null!;
9
public ICellularGatewayPortForwardingRules PortForwardingRules { get; internal set; } = null!;
10
public ICellularGatewaySubnetPool SubnetPool { get; internal set; } = null!;
0 commit comments