Class: Google::Shopping::Merchant::Accounts::V1beta::Region::GeoTargetArea

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb

Overview

A list of geotargets that defines the region area.

Instance Attribute Summary collapse

Instance Attribute Details

#geotarget_criteria_ids::Array<::Integer>

Returns Required. A non-empty list of location IDs. They must all be of the same location type (for example, state).

Returns:

  • (::Array<::Integer>)

    Required. A non-empty list of location IDs. They must all be of the same location type (for example, state).



186
187
188
189
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/regions.rb', line 186

class GeoTargetArea
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end