AI-generated Key Takeaways
-
AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.
-
It has immutable fields like
resource_name
,asset_group
,type
,listing_source
, andparent_listing_group_filter
. -
It includes output only fields such as
id
andpath
. -
The
case_value
field represents the dimension value refining the parent, and is undefined for the root group.
AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.
Fields | |
---|---|
|
Immutable. The resource name of the asset group listing group filter. Asset group listing group filter resource name have the form:
|
|
Immutable. The asset group which this asset group listing group filter is part of. |
|
Output only. The ID of the ListingGroupFilter. |
|
Immutable. Type of a listing group filter node. |
|
Immutable. The source of listings filtered by this listing group filter. |
|
Dimension value with which this listing group is refining its parent. Undefined for the root group. |
|
Immutable. Resource name of the parent listing group subdivision. Null for the root listing group filter node. |
|
Output only. The path of dimensions defining this listing group filter. |