assetGroup property

String? assetGroup
getter/setter pair

The asset group that this audience is scoped under.

Must be set if and only if scope is ASSET_GROUP. Immutable after creation. If an audience with ASSET_GROUP scope is upgraded to CUSTOMER scope, this field will automatically be cleared.

Immutable.

Implementation

core.String? assetGroup;