public sealed class CheckInfo : IMessage<CheckResponse.Types.CheckInfo>, IEquatable<CheckResponse.Types.CheckInfo>, IDeepCloneable<CheckResponse.Types.CheckInfo>, IBufferMessage, IMessage
Contains additional information about the check operation.
public RepeatedField<string> UnusedArguments { get; }
A list of fields and label keys that are ignored by the server.
The client doesn't need to send them for following requests to improve
performance and allow better aggregation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["Version 2.4.0 is the latest version available for the `CheckResponse.Types.CheckInfo` class, with multiple prior versions also accessible, ranging from 1.0.0 to 2.3.0."],["The `CheckInfo` class provides additional information about a check operation and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CheckInfo` class contains two key properties: `ConsumerInfo`, which provides details about the consumer of the check, and `UnusedArguments`, which lists fields and label keys ignored by the server."],["The `CheckInfo` class has two constructors; a parameterless one and one that takes another `CheckInfo` object to make copies."],["The `CheckInfo` class inherits from the base .NET `Object` class, and the `Google.Cloud.ServiceControl.V1` namespace."]]],[]]