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."],[[["The `BatchUpdateAssetsResponse` class is part of the Migration Center v1 API and is used to provide a response when updating multiple assets."],["It is implemented as a sealed class and inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one and another that takes a `BatchUpdateAssetsResponse` object as a parameter."],["It contains a property named `Assets`, which is of type `RepeatedField\u003cAsset\u003e`, used to store the updated asset content after applying the field mask."],["This class is part of the namespace `Google.Cloud.MigrationCenter.V1`, which is contained within the `Google.Cloud.MigrationCenter.V1.dll` assembly."]]],[]]