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.



2657
2658
2659
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2657

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



2655
2656
2657
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2655

def dynamic_chain_location_group_filters
  @dynamic_chain_location_group_filters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2662
2663
2664
# File 'lib/google/apis/searchads360_v23/classes.rb', line 2662

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