Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControls

Channel controls for Demand Gen ad groups.

Inheritance
object
GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControls
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 GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControls : IDirectResponseSchema

Properties

ChannelConfig

Output only. Channel configuration reflecting which field in the oneof is populated.

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

ChannelStrategy

High level channel strategy.

Declaration
[JsonProperty("channelStrategy")]
public virtual string ChannelStrategy { 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

SelectedChannels

Explicitly selected channels. This field should be set with at least one true value when present.

Declaration
[JsonProperty("selectedChannels")]
public virtual GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControlsDemandGenSelectedChannels SelectedChannels { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControlsDemandGenSelectedChannels

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX