View Source GoogleApi.MigrationCenter.V1.Model.BatchUpdateAssetsRequest (google_api_migration_center v0.3.0)
A request to update a list of assets.
Attributes
-
requests
(type:list(GoogleApi.MigrationCenter.V1.Model.UpdateAssetRequest.t)
, default:nil
) - Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.BatchUpdateAssetsRequest{ requests: [GoogleApi.MigrationCenter.V1.Model.UpdateAssetRequest.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.