View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroupListingGroupFilter (google_api_search_ads360 v0.7.0)

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

Attributes

  • assetGroup (type: String.t, default: nil) - Immutable. The asset group which this asset group listing group filter is part of.
  • caseValue (type: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension.t, default: nil) - Dimension value with which this listing group is refining its parent. Undefined for the root group.
  • id (type: String.t, default: nil) - Output only. The ID of the ListingGroupFilter.
  • parentListingGroupFilter (type: String.t, default: nil) - Immutable. Resource name of the parent listing group subdivision. Null for the root listing group filter node.
  • path (type: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ListingGroupFilterDimensionPath.t, default: nil) - Output only. The path of dimensions defining this listing group filter.
  • resourceName (type: String.t, default: nil) - 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}
  • type (type: String.t, default: nil) - Immutable. Type of a listing group filter node.
  • vertical (type: String.t, default: nil) - Immutable. The vertical the current node tree represents. All nodes in the same tree must belong to the same vertical.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroupListingGroupFilter{
    assetGroup: String.t() | nil,
    caseValue:
      GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension.t()
      | nil,
    id: String.t() | nil,
    parentListingGroupFilter: String.t() | nil,
    path:
      GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ListingGroupFilterDimensionPath.t()
      | nil,
    resourceName: String.t() | nil,
    type: String.t() | nil,
    vertical: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.