class Google::Apis::AndroidpublisherV3::UpgradeTargetingRule
billing period ‘billing_period`].
Represents a targeting rule of the form: User currently has `scope` [with
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @billing_period_duration = args[:billing_period_duration] if args.key?(:billing_period_duration) @once_per_user = args[:once_per_user] if args.key?(:once_per_user) @scope = args[:scope] if args.key?(:scope) end