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, primarily used for retrieving asset history."],["The most recent version of this response is documented in version 3.12.0, and the page offers historical versions back to 2.7.0."],["The `BatchGetAssetsHistoryResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key functionality includes the ability to return a list of assets with valid time windows, accessed through the `Assets` property, which is of type `RepeatedField\u003cTemporalAsset\u003e`."],["The class has two constructors: a default constructor `BatchGetAssetsHistoryResponse()` and a copy constructor `BatchGetAssetsHistoryResponse(BatchGetAssetsHistoryResponse other)`."]]],[]]