View Source GoogleApi.MigrationCenter.V1.Model.BatchDeleteAssetsRequest (google_api_migration_center v0.5.0)

A request to delete a list of asset.

Attributes

  • allowMissing (type: boolean(), default: nil) - Optional. When this value is set to true the request is a no-op for non-existing assets. See https://google.aip.dev/135#delete-if-existing for additional details. Default value is false.
  • names (type: list(String.t), default: nil) - Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project}/locations/{location}/assets/{name}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.BatchDeleteAssetsRequest{
  allowMissing: boolean() | nil,
  names: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.