public sealed class BatchGetAssetsHistoryResponse : IMessage<BatchGetAssetsHistoryResponse>, IEquatable<BatchGetAssetsHistoryResponse>, IDeepCloneable<BatchGetAssetsHistoryResponse>, 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 `BatchGetAssetsHistoryResponse` class within the `Google.Cloud.Asset.V1` namespace, available across multiple versions, from 2.7.0 to the latest 3.12.0."],["The `BatchGetAssetsHistoryResponse` class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers a constructor `BatchGetAssetsHistoryResponse` with an option to create an instance based on another `BatchGetAssetsHistoryResponse` object."],["It contains an `Assets` property, which is a `RepeatedField` list of `TemporalAsset` objects, representing assets with their valid time windows."],["Inherited methods from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, are available for use with this class."]]],[]]