AssetGroupAsset is the link between an asset and an asset group. Adding an AssetGroupAsset links an asset with an asset group.
JSON representation |
---|
{ "resourceName": string, "assetGroup": string, "asset": string, "fieldType": enum ( |
Fields | |
---|---|
resourceName |
Immutable. The resource name of the asset group asset. Asset group asset resource name have the form:
|
assetGroup |
Immutable. The asset group which this asset group asset is linking. |
asset |
Immutable. The asset which this asset group asset is linking. |
fieldType |
The description of the placement of the asset within the asset group. For example: HEADLINE, YOUTUBE_VIDEO etc |
status |
The status of the link between an asset and asset group. |
performanceLabel |
Output only. The performance of this asset group asset. |
policySummary |
Output only. The policy information for this asset group asset. |
PolicySummary
Contains policy summary information.
JSON representation |
---|
{ "policyTopicEntries": [ { object ( |
Fields | |
---|---|
policyTopicEntries[] |
The list of policy findings. |
reviewStatus |
Where in the review process the resource is. |
approvalStatus |
The overall approval status, which is calculated based on the status of its individual policy topic entries. |