class Google::Apis::AndroidpublisherV3::AcquisitionTargetingRule
Represents a targeting rule of the form: User never had ‘scope` before.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @scope = args[:scope] if args.key?(:scope) end