GetCaseResult

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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The issue classification applicable to this case.

Link copied to clipboard

A user-supplied email address to send case update notifications for. This should only be used in BYOID flows, where we cannot infer the user's email address directly from their EUCs.

Link copied to clipboard

The time this case was created.

Link copied to clipboard

The user who created the case. Note: The name and email will be obfuscated if the case was created by Google Support.

Link copied to clipboard

A broad description of the issue.

Link copied to clipboard

The short summary of the issue reported in this case.

Link copied to clipboard

Whether the case is currently escalated.

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

The resource name for the case.

Link copied to clipboard

The priority of this case.

Link copied to clipboard

REMOVED. The severity of this case. Use priority instead.

Link copied to clipboard

The current status of the support case.

Link copied to clipboard

The email addresses to receive updates on this case.

Link copied to clipboard

Whether this case was created for internal API testing and should not be acted on by the support team.

Link copied to clipboard

The timezone of the user who created the support case. It should be in a format IANA recognizes: https://www.iana.org/time-zones. There is no additional validation done by the API.

Link copied to clipboard

The time this case was last updated.