Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesApplyRecommendationOperationAdAssetApplyParameters

Common parameters used when applying ad asset recommendations.

Inheritance
object
GoogleAdsSearchads360V23ServicesApplyRecommendationOperationAdAssetApplyParameters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesApplyRecommendationOperationAdAssetApplyParameters : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExistingAssets

The resource names of existing assets to attach to a scope. This may be combined with new_assets in the same call.

Declaration
[JsonProperty("existingAssets")]
public virtual IList<string> ExistingAssets { get; set; }
Property Value
Type Description
IList<string>

NewAssets

The assets to create and attach to a scope. This may be combined with existing_assets in the same call.

Declaration
[JsonProperty("newAssets")]
public virtual IList<GoogleAdsSearchads360V23ResourcesAsset> NewAssets { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesAsset>

Scope

Required. The scope at which to apply the assets. Assets at the campaign scope level will be applied to the campaign associated with the recommendation. Assets at the customer scope will apply to the entire account. Assets at the campaign scope will override any attached at the customer scope.

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX