Table of Contents

Class ApiUsageClient

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

An API usage client

[DataContract]
public class ApiUsageClient
Inheritance
ApiUsageClient
Inherited Members

Properties

Id

ID for the client which made the request, if applicable.

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

Property Value

string

Type

Type of client which made the request, if applicable.

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

Property Value

string