class Google::Apis::AndroidpublisherV3::UserCountriesTargeting

Describes an inclusive/exclusive list of country codes that module targets.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @country_codes = args[:country_codes] if args.key?(:country_codes)
  @exclude = args[:exclude] if args.key?(:exclude)
end