Class: Google::Apis::ContentV2_1::PosDataProviders
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::PosDataProviders
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#country ⇒ String
Country code.
-
#pos_data_providers ⇒ Array<Google::Apis::ContentV2_1::PosDataProvidersPosDataProvider>
A list of POS data providers.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PosDataProviders
constructor
A new instance of PosDataProviders.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ PosDataProviders
Returns a new instance of PosDataProviders
6266 6267 6268 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6266 def initialize(**args) update!(**args) end |
Instance Attribute Details
#country ⇒ String
Country code.
Corresponds to the JSON property country
6259 6260 6261 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6259 def country @country end |
#pos_data_providers ⇒ Array<Google::Apis::ContentV2_1::PosDataProvidersPosDataProvider>
A list of POS data providers.
Corresponds to the JSON property posDataProviders
6264 6265 6266 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6264 def pos_data_providers @pos_data_providers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6271 6272 6273 6274 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6271 def update!(**args) @country = args[:country] if args.key?(:country) @pos_data_providers = args[:pos_data_providers] if args.key?(:pos_data_providers) end |