Table of Contents

Class SystemsManagerNetwork

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

Properties

Id

The network ID of the Systems Manager network.

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

Property Value

string

Name

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

Property Value

string