Table of Contents

Class ApiResponseCodeCounts

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

API response code counts information

[DataContract]
public class ApiResponseCodeCounts
Inheritance
ApiResponseCodeCounts
Inherited Members

Constructors

ApiResponseCodeCounts()

public ApiResponseCodeCounts()

Properties

ByCode

Aggregated response code counts

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "byCode")]
public List<ApiResponseCodeCount>? ByCode { get; set; }

Property Value

List<ApiResponseCodeCount>

Total

Total number of requests

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

Property Value

int