Table of Contents

Class WirelessProfilesIds

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

The ids of the wireless profile to assign to the given camera

[DataContract]
public class WirelessProfilesIds
Inheritance
WirelessProfilesIds
Inherited Members

Properties

Backup

The id of the backup wireless profile

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

Property Value

string

Primary

The id of the primary wireless profile

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

Property Value

string

Secondary

The id of the secondary wireless profile

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

Property Value

string