Table of Contents

Class ApiResponseCodesHistoryByOperation

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

API response codes history aggregated by operation

[DataContract]
public class ApiResponseCodesHistoryByOperation
Inheritance
ApiResponseCodesHistoryByOperation
Inherited Members

Constructors

ApiResponseCodesHistoryByOperation()

public ApiResponseCodesHistoryByOperation()

Properties

OperationId

The ID of the operation to aggregate data for

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

Property Value

string

Overall

Overall response code information

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

Property Value

ApiResponseCodeOverall