Table of Contents

Class ApiResponseCodeCount

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

API response code count

[DataContract]
public class ApiResponseCodeCount
Inheritance
ApiResponseCodeCount
Inherited Members

Constructors

ApiResponseCodeCount()

public ApiResponseCodeCount()

Properties

Code

Response code

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "code")]
public int Code { get; set; }

Property Value

int

Total

Total counts per response code

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }

Property Value

int