Table of Contents

Class MulticastForwardingByNetworkItemNetwork

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

MulticastForwardingByNetworkItemNetwork

[DataContract]
public class MulticastForwardingByNetworkItemNetwork
Inheritance
MulticastForwardingByNetworkItemNetwork
Inherited Members

Properties

Id

ID of the network whose multicast forwarding settings are returned.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Name

Name of the network whose multicast forwarding settings are returned.

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

Property Value

string