[[["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-04-17 UTC."],[[["The `ExpirationType` enum within the `Google.Api.Gax` namespace defines the type of expiration for operations, including none, timeout, or deadline."],["The enum is part of the `Google.Api.Gax.dll` assembly and is detailed in version 4.3.1, with several previous and later versions documented."],["`ExpirationType` includes three fields: `Deadline`, which represents an absolute expiration time; `None`, indicating no expiration; and `Timeout`, representing a relative expiration time."],["`Deadline` field is represented by a `DateTime`, while `Timeout` is represented by a `TimeSpan`."]]],[]]