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 reference documentation for the `BatchGetAssetsHistoryResponse` class within the Google Cloud Asset Inventory v1 API, specifically for .NET."],["The content covers multiple versions of the API, ranging from version 2.7.0 up to the latest version 3.12.0, allowing users to navigate to the documentation of different versions."],["`BatchGetAssetsHistoryResponse` is a class that represents a response to a request to get the history of multiple assets, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property, `Assets`, of type `RepeatedField\u003cTemporalAsset\u003e` that represents a list of assets with valid time windows."],["The documentation includes information on the inheritance of the class, the namespace it belongs to (`Google.Cloud.Asset.V1`), the assembly it is in, and the constructors, including the parameter of the constructor and the description of this parameter."]]],[]]