Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAssetGroupListingGroupFilter

AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.

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

Properties

AssetGroup

Immutable. The asset group which this asset group listing group filter is part of.

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

CaseValue

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

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

ETag

The ETag of the item.

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

Id

Output only. The ID of the ListingGroupFilter.

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

ListingSource

Immutable. The source of listings filtered by this listing group filter.

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

ParentListingGroupFilter

Immutable. Resource name of the parent listing group subdivision. Null for the root listing group filter node.

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

Path

Output only. The path of dimensions defining this listing group filter.

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

ResourceName

Immutable. The resource name of the asset group listing group filter. Asset group listing group filter resource name have the form: customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}

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

Type

Immutable. Type of a listing group filter node.

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