Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonListingGroupInfo

A listing group criterion.

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

Properties

CaseValue

Dimension value with which this listing group is refining its parent. Undefined for the root group.

Declaration
[JsonProperty("caseValue")]
public virtual GoogleAdsSearchads360V23CommonListingDimensionInfo CaseValue { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonListingDimensionInfo

ETag

The ETag of the item.

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

ParentAdGroupCriterion

Resource name of ad group criterion which is the parent listing group subdivision. Null for the root group.

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

Path

The path of dimensions defining this listing group.

Declaration
[JsonProperty("path")]
public virtual GoogleAdsSearchads360V23CommonListingDimensionPath Path { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonListingDimensionPath

Type

Type of the listing group.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX