View Source GoogleApi.MigrationCenter.V1.Model.BatchUpdateAssetsResponse (google_api_migration_center v0.3.0)
Response for updating a list of assets.
Attributes
-
assets
(type:list(GoogleApi.MigrationCenter.V1.Model.Asset.t)
, default:nil
) - Update asset content. The content only includes values after field mask being applied.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.BatchUpdateAssetsResponse{ assets: [GoogleApi.MigrationCenter.V1.Model.Asset.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.