Table of Contents

Class CustomPieChartItem

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

CustomPieChartItem

[DataContract]
public class CustomPieChartItem
Inheritance
CustomPieChartItem
Inherited Members

Properties

Name

The name of the custom pie chart item.

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

Property Value

string

Type

The signature type for the custom pie chart item. Can be one of 'host', 'port' or 'ipRange

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public PieChartItemType Type { get; set; }

Property Value

PieChartItemType

Value

The value of the custom pie chart item. Valid syntax depends on the signature type of the chart item (see sample request/response for more details).

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

Property Value

string