Table of Contents

Class SsidRadiusAccountingDeviceProfiling

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

RADIUS accounting device profiling settings for an SSID

[DataContract]
public class SsidRadiusAccountingDeviceProfiling
Inheritance
SsidRadiusAccountingDeviceProfiling
Inherited Members

Constructors

SsidRadiusAccountingDeviceProfiling()

public SsidRadiusAccountingDeviceProfiling()

Properties

Enabled

Whether RADIUS accounting device profiling is enabled

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

Property Value

bool?