Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonLineupAttributeMetadata

Metadata associated with a Lineup attribute.

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

Properties

ChannelCountLowerBound

The lower end of a range containing the number of channels in the lineup.

Declaration
[JsonProperty("channelCountLowerBound")]
public virtual long? ChannelCountLowerBound { get; set; }
Property Value
Type Description
long?

ChannelCountUpperBound

The upper end of a range containing the number of channels in the lineup.

Declaration
[JsonProperty("channelCountUpperBound")]
public virtual long? ChannelCountUpperBound { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

InventoryCountry

The national market associated with the lineup.

Declaration
[JsonProperty("inventoryCountry")]
public virtual GoogleAdsSearchads360V23CommonLocationInfo InventoryCountry { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonLocationInfo

MedianMonthlyInventory

The median number of impressions per month on this lineup.

Declaration
[JsonProperty("medianMonthlyInventory")]
public virtual long? MedianMonthlyInventory { get; set; }
Property Value
Type Description
long?

SampleChannels

Examples of channels that are included in the lineup.

Declaration
[JsonProperty("sampleChannels")]
public virtual IList<GoogleAdsSearchads360V23CommonLineupAttributeMetadataSampleChannel> SampleChannels { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonLineupAttributeMetadataSampleChannel>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX