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 represent the response for updating a list of assets."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["`BatchUpdateAssetsResponse` inherits from the base `object` class and includes properties such as `Assets`, which is a `RepeatedField` containing updated asset content."],["The class offers two constructors: a default constructor, and one that accepts another instance of `BatchUpdateAssetsResponse` as a parameter."],["The documentation covers various versions of the `BatchUpdateAssetsResponse` class, including versions 1.0.0, 1.1.0, 1.2.0, 1.3.0, and 1.4.0, with 1.4.0 being the latest."]]],[]]