class Google::Apis::ContentV2::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::PosDataProvidersPosDataProvider>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 8193
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/classes.rb, line 8198
def update!(**args)
  @country = args[:country] if args.key?(:country)
  @pos_data_providers = args[:pos_data_providers] if args.key?(:pos_data_providers)
end