public sealed class TtlConfigDelta : IMessage<FieldOperationMetadata.Types.TtlConfigDelta>, IEquatable<FieldOperationMetadata.Types.TtlConfigDelta>, IDeepCloneable<FieldOperationMetadata.Types.TtlConfigDelta>, IBufferMessage, IMessage
[[["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 details the `TtlConfigDelta` class within the `Google.Cloud.Firestore.Admin.V1` namespace, specifically related to TTL (Time-to-Live) configuration changes."],["The class `TtlConfigDelta` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and configuration management."],["The page also displays the version history for the `TtlConfigDelta` class, starting from version 2.2.0 up to the latest version 3.12.0, allowing users to access documentation for specific versions."],["The page describes two constructors for `TtlConfigDelta`: a default constructor and one that accepts another `TtlConfigDelta` object, allowing for creating new instances and copying existing ones, with the option to input another instance of the class through a parameter called other."],["There is a `ChangeType` property within the `TtlConfigDelta` class, which defines the type of change made to the TTL configuration, using the type `FieldOperationMetadata.Types.TtlConfigDelta.Types.ChangeType`."]]],[]]