Package-level declarations

Types

Link copied to clipboard
data class ActorResponse(val displayName: String, val email: String, val googleSupport: Boolean)

An object containing information about the effective user and authenticated principal responsible for an action.

Link copied to clipboard
data class CaseClassificationResponse(val displayName: String)

A classification object with a product type and value.

Link copied to clipboard
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)