Table of Contents

Class StaticRouteGatewayOffset

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

Static Route Gateway Offset

[DataContract]
public class StaticRouteGatewayOffset
Inheritance
StaticRouteGatewayOffset
Inherited Members

Constructors

StaticRouteGatewayOffset()

public StaticRouteGatewayOffset()

Properties

Enabled

Whether enabled

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

Property Value

bool?

InterfaceId

Gets the interface id

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

Property Value

string

Value

Gets the value

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

Property Value

object