[[["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-31 UTC."],[[["The `AckNackResponse` class in the Google.Cloud.PubSub.V1 API represents the response to an acknowledgment (ACK) or not-acknowledgment (NACK) request."],["This class is part of version 3.19.0 of the API, with links provided to previous versions and up to the latest, 3.23.0."],["`AckNackResponse` has three properties: `FailureMessage` (a string describing any failure), `MessageId` (a string of the message's ID), and `Status` (an `AcknowledgementStatus` object)."],["The `AckNackResponse` class has one constructor, `AckNackResponse(string messageId, AcknowledgementStatus status, string failureMessage)` which initializes the properties of the class."],["The `AckNackResponse` class inherits from the base `object` class and contains some inherited methods: `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]