class Google::Apis::ContentV2_1::PosDataProviders
Attributes
country[RW]
Country code. Corresponds to the JSON property `country` @return [String]
pos_data_providers[RW]
A list of POS data providers. Corresponds to the JSON property `posDataProviders` @return [Array<Google::Apis::ContentV2_1::PosDataProvidersPosDataProvider>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 9353 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 9358 def update!(**args) @country = args[:country] if args.key?(:country) @pos_data_providers = args[:pos_data_providers] if args.key?(:pos_data_providers) end