class Google::Apis::AndroidpublisherV3::UserCountrySet
content gets served to a specific location.
A set of user countries. A country set determines what variation of app
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @country_codes = args[:country_codes] if args.key?(:country_codes) @name = args[:name] if args.key?(:name) end