public sealed class ValidateAttestationOccurrenceResponse : IMessage<ValidateAttestationOccurrenceResponse>, IEquatable<ValidateAttestationOccurrenceResponse>, IDeepCloneable<ValidateAttestationOccurrenceResponse>, IBufferMessage, IMessage
Response message for
[ValidationHelperV1.ValidateAttestationOccurrence][google.cloud.binaryauthorization.v1.ValidationHelperV1.ValidateAttestationOccurrence].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ValidateAttestationOccurrenceResponse` class, which is a response message used in the `ValidationHelperV1.ValidateAttestationOccurrence` method within the Google Cloud Binary Authorization V1 library."],["The `ValidateAttestationOccurrenceResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Available versions for this class range from 1.0.0 to 2.5.0, with 2.5.0 being the latest version, and links to the documentation for each version are provided."],["The class has two constructors: a default constructor and one that takes another `ValidateAttestationOccurrenceResponse` object, and it includes properties like `DenialReason` (a string) and `Result` (of type `ValidateAttestationOccurrenceResponse.Types.Result`)."],["The documentation includes a description of the class, its inheritance structure, implemented interfaces, properties, constructors, and inherited members such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`."]]],[]]