Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesAssetGroupListingGroupFilter

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

Inheritance
object
GoogleAdsSearchads360V0ResourcesAssetGroupListingGroupFilter
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.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesAssetGroupListingGroupFilter : 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 GoogleAdsSearchads360V0ResourcesListingGroupFilterDimension CaseValue { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesListingGroupFilterDimension

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?

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 GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionPath Path { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionPath

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

Vertical

Immutable. The vertical the current node tree represents. All nodes in the same tree must belong to the same vertical.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX