Migration Center v1 API - Class BatchUpdateAssetsResponse (1.0.0)

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.

Response for updating a list of assets.

Inheritance

object > BatchUpdateAssetsResponse

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

BatchUpdateAssetsResponse()

public BatchUpdateAssetsResponse()

BatchUpdateAssetsResponse(BatchUpdateAssetsResponse)

public BatchUpdateAssetsResponse(BatchUpdateAssetsResponse other)
Parameter
NameDescription
otherBatchUpdateAssetsResponse

Properties

Assets

public RepeatedField<Asset> Assets { get; }

Update asset content. The content only includes values after field mask being applied.

Property Value
TypeDescription
RepeatedFieldAsset