public sealed class BatchGetAssetsHistoryResponse : IMessage<BatchGetAssetsHistoryResponse>, IEquatable<BatchGetAssetsHistoryResponse>, IDeepCloneable<BatchGetAssetsHistoryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class BatchGetAssetsHistoryResponse.
[[["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 provides documentation for the `BatchGetAssetsHistoryResponse` class within the Google Cloud Asset Inventory v1 API, specifically for .NET."],["The `BatchGetAssetsHistoryResponse` class is designed to retrieve historical data for a batch of assets, and is under the `Google.Cloud.Asset.V1` namespace, located in the `Google.Cloud.Asset.V1.dll` assembly."],["The latest version of the class available in the documentation is `3.12.0`, with other versions ranging down to `2.7.0` also being present and accessible."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the standard `object` class, and contains a property called `Assets` of the type `RepeatedField`."],["The class includes two constructors, a default one and another that accepts another `BatchGetAssetsHistoryResponse` instance as a parameter, enabling the easy replication of the class."]]],[]]