PathErrorStats
class PathErrorStats( children: Map<String, PathErrorStats> = emptyMap(), val errors_count: Long = 0, val requests_with_errors_count: Long = 0, unknownFields: ByteString = ByteString.EMPTY) : Message<PathErrorStats, Nothing>
Constructors
Link copied to clipboard
constructor( children: Map<String, PathErrorStats> = emptyMap(), errors_count: Long = 0, requests_with_errors_count: Long = 0, unknownFields: ByteString = ByteString.EMPTY)
Properties
Functions
Link copied to clipboard
fun copy( children: Map<String, PathErrorStats> = this.children, errors_count: Long = this.errors_count, requests_with_errors_count: Long = this.requests_with_errors_count, unknownFields: ByteString = this.unknownFields): PathErrorStats
Link copied to clipboard