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 version 3.8.0."],["The `BatchGetAssetsHistoryResponse` class is used to represent a response containing the history of assets and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `Assets`, which is of type `RepeatedField\u003cTemporalAsset\u003e` and represents a list of assets along with their time windows."],["The page also contains links to various previous versions, with the latest being 3.12.0 and going back as far as version 2.7.0."],["The documentation provides details about the class constructors, including a default constructor and one that takes another `BatchGetAssetsHistoryResponse` object as a parameter, allowing the copying of that objects content."]]],[]]