App Group Args
constructor(appGroupName: Output<String>? = null, chargeWay: Output<String>? = null, currentVersion: Output<String>? = null, description: Output<String>? = null, orderType: Output<String>? = null, orders: Output<List<AppGroupOrderArgs>>? = null, paymentType: Output<String>? = null, quota: Output<AppGroupQuotaArgs>? = null, type: Output<String>? = null)