Class GoogleAdsSearchads360V0ResourcesAssetGroupAsset
AssetGroupAsset is the link between an asset and an asset group. Adding an AssetGroupAsset links an asset with an asset group.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesAssetGroupAsset : IDirectResponseSchema
Properties
Asset
Immutable. The asset which this asset group asset is linking.
Declaration
[JsonProperty("asset")]
public virtual string Asset { get; set; }
Property Value
Type | Description |
---|---|
string |
AssetGroup
Immutable. The asset group which this asset group asset is linking.
Declaration
[JsonProperty("assetGroup")]
public virtual string AssetGroup { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldType
The description of the placement of the asset within the asset group. For example: HEADLINE, YOUTUBE_VIDEO etc
Declaration
[JsonProperty("fieldType")]
public virtual string FieldType { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
Immutable. The resource name of the asset group asset. Asset group asset resource name have the form:
customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the link between an asset and asset group.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |