public sealed class BatchUpdateAssetsResponse : IMessage<BatchUpdateAssetsResponse>, IEquatable<BatchUpdateAssetsResponse>, IDeepCloneable<BatchUpdateAssetsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class BatchUpdateAssetsResponse.
[[["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 document provides reference information for the `BatchUpdateAssetsResponse` class within the Google Cloud Migration Center v1 API, with the latest version being 1.4.0."],["The `BatchUpdateAssetsResponse` class, which inherits from `object`, is used as a response type for updating a list of assets in the Migration Center."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The class offers two constructors: a default constructor and another that accepts an existing `BatchUpdateAssetsResponse` instance for copying."],["The `Assets` property, of type `RepeatedField\u003cAsset\u003e`, allows users to access and update the content of assets, including values that are applied after field mask usage."]]],[]]