Table of Contents

Class StaticRouteGatewayOffset

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class StaticRouteGatewayOffset
Inheritance
StaticRouteGatewayOffset
Inherited Members

Properties

Enabled

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

InterfaceId

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "interfaceId")]
public string? InterfaceId { get; set; }

Property Value

string

Value

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "value")]
public object? Value { get; set; }

Property Value

object