Class GoogleAdsSearchads360V23ServicesEnableOperation
A single enable operation of a campaign.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesEnableOperation : IDirectResponseSchema
Properties
AccentColor
Optional. Hex code representation of the accent brand color, for example #00ff00. accent_color is required when main_color is specified.
Declaration
[JsonProperty("accentColor")]
public virtual string AccentColor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AutoPopulateBrandAssets
Required. The switch to automatically populate top-performing brand assets. This field is required. If true, top-performing brand assets will be automatically populated. If false, the brand_assets field is required.
Declaration
[JsonProperty("autoPopulateBrandAssets")]
public virtual bool? AutoPopulateBrandAssets { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
BrandAssets
Optional. The brand assets linked to the campaign. This field is required when the value of auto_populate_brand_assets is false.
Declaration
[JsonProperty("brandAssets")]
public virtual GoogleAdsSearchads360V23ServicesBrandCampaignAssets BrandAssets { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesBrandCampaignAssets |
Campaign
Required. The resource name of the campaign to enable.
Declaration
[JsonProperty("campaign")]
public virtual string Campaign { 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 |
FinalUriDomain
Optional. The domain of the final uri.
Declaration
[JsonProperty("finalUriDomain")]
public virtual string FinalUriDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FontFamily
Optional. The font family is specified as a string, and must be one of the following: "Open Sans", "Roboto", "Roboto Slab", "Montserrat", "Poppins", "Lato", "Oswald", or "Playfair Display".
Declaration
[JsonProperty("fontFamily")]
public virtual string FontFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MainColor
Optional. Hex code representation of the main brand color, for example #00ff00. main_color is required when accent color is specified.
Declaration
[JsonProperty("mainColor")]
public virtual string MainColor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |