Class GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupInfo
Holds the asset groups included in an arm of an Optimize Assets experiment.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupInfo : IDirectResponseSchema
Properties
AssetGroup
Asset group resource name.
Declaration
[JsonProperty("assetGroup")]
public virtual string AssetGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AssetGroupAssets
List of asset group assets under the asset group.
Declaration
[JsonProperty("assetGroupAssets")]
public virtual IList<GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupAssetInfo> AssetGroupAssets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupAssetInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |