Table of Contents

Class ApiResponseCodesHistoryByApplication

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

API response codes history aggregated by application

[DataContract]
public class ApiResponseCodesHistoryByApplication
Inheritance
ApiResponseCodesHistoryByApplication
Inherited Members

Constructors

ApiResponseCodesHistoryByApplication()

public ApiResponseCodesHistoryByApplication()

Properties

Name

Application name

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

Property Value

string

Overall

Overall response code information

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "overall")]
public ApiResponseCodeOverall? Overall { get; set; }

Property Value

ApiResponseCodeOverall

UserAgentString

User agent string of the application

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "userAgentString")]
public string? UserAgentString { get; set; }

Property Value

string