Table of Contents

Class RfProfilesByDeviceItemRfProfile

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

Rf Profiles By Device Item RF Profile

[DataContract]
public class RfProfilesByDeviceItemRfProfile
Inheritance
RfProfilesByDeviceItemRfProfile
Inherited Members

Properties

Id

The ID of the RF Profile the device belongs to.

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

Property Value

string

IsIndoorDefault

Status to show if this profile is default indoor profile.

[DataMember(Name = "isIndoorDefault")]
public bool IsIndoorDefault { get; set; }

Property Value

bool

IsOutdoorDefault

Status to show if this profile is default outdoor profile.

[DataMember(Name = "isOutdoorDefault")]
public bool IsOutdoorDefault { get; set; }

Property Value

bool

Name

The name of the RF Profile the device belongs to.

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

Property Value

string