class Google::Apis::AndroidpublisherV3::UpgradeTargetingRule

def update!(**args)

Update properties of this object
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