Case Args
fun CaseArgs(classification: Output<CaseClassificationArgs>? = null, contactEmail: Output<String>? = null, creator: Output<ActorArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, escalated: Output<Boolean>? = null, languageCode: Output<String>? = null, name: Output<String>? = null, priority: Output<CasePriority>? = null, severity: Output<CaseSeverity>? = null, subscriberEmailAddresses: Output<List<String>>? = null, testCase: Output<Boolean>? = null, timeZone: Output<String>? = null, v2betaId1: Output<String>? = null, v2betumId: Output<String>? = null)