Get
    data class GetCaseResult(val classification: CaseClassificationResponse, val contactEmail: String, val createTime: String, val creator: ActorResponse, val description: String, val displayName: String, val escalated: Boolean, val languageCode: String, val name: String, val priority: String, val severity: String, val state: String, val subscriberEmailAddresses: List<String>, val testCase: Boolean, val timeZone: String, val updateTime: String)
Constructors
Link copied to clipboard
                fun GetCaseResult(classification: CaseClassificationResponse, contactEmail: String, createTime: String, creator: ActorResponse, description: String, displayName: String, escalated: Boolean, languageCode: String, name: String, priority: String, severity: String, state: String, subscriberEmailAddresses: List<String>, testCase: Boolean, timeZone: String, updateTime: String)
Types
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                The language the user has requested to receive support in. This should be a BCP 47 language code (e.g., "en", "zh-CN", "zh-TW", "ja", "ko"). If no language or an unsupported language is specified, this field defaults to English (en). Language selection during case creation may affect your available support options. For a list of supported languages and their support working hours, see: https://cloud.google.com/support/docs/language-working-hours
Link copied to clipboard
                Link copied to clipboard