assetTypes property
A list of types of the assets to receive updates.
You must specify either or both of asset_names and asset_types. Only asset
updates matching specified asset_names or asset_types are exported to the
feed. Example: "compute.googleapis.com/Disk"
For a list of all supported
asset types, see [Supported asset
types](/asset-inventory/docs/supported-asset-types).
Implementation
core.List<core.String>? assetTypes;