class Google::Apis::AndroidpublisherV3::TrackTargetedCountry

Representation of a single country where the contents of a track are available.

def initialize(**args)

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

def update!(**args)

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