public sealed class BatchUpdateAssetsRequest : IMessage<BatchUpdateAssetsRequest>, IEquatable<BatchUpdateAssetsRequest>, IDeepCloneable<BatchUpdateAssetsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class BatchUpdateAssetsRequest.
[[["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 page provides documentation for the `BatchUpdateAssetsRequest` class within the Google Cloud Migration Center v1 API."],["`BatchUpdateAssetsRequest` is a request class used to update a list of assets, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows batch updates with a maximum of 1000 assets and requires specification of the `Parent` resource name, as well as a list of `UpdateAssetRequest` messages."],["There are two constructors available for `BatchUpdateAssetsRequest`, a default one and one that takes another `BatchUpdateAssetsRequest` object."],["The documentation includes details on properties like `Parent`, `ParentAsLocationName`, and `Requests`, along with their respective types and descriptions."]]],[]]