Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonChainLocationGroup

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb

Overview

Represents information about a Chain dynamic location group. Only applicable if the sync level AssetSet's type is LOCATION_SYNC and sync source is chain.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonChainLocationGroup

Returns a new instance of GoogleAdsSearchads360V23CommonChainLocationGroup.



2717
2718
2719
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2717

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dynamic_chain_location_group_filtersArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonChainFilter>

Used to filter chain locations by chain ids. Only Locations that belong to the specified chain(s) will be in the asset set. Corresponds to the JSON property dynamicChainLocationGroupFilters



2715
2716
2717
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2715

def dynamic_chain_location_group_filters
  @dynamic_chain_location_group_filters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2722
2723
2724
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2722

def update!(**args)
  @dynamic_chain_location_group_filters = args[:dynamic_chain_location_group_filters] if args.key?(:dynamic_chain_location_group_filters)
end