Get Custom Class Result
data class GetCustomClassResult(val customClassId: String, val items: List<ClassItemResponse>, val kmsKeyName: String, val kmsKeyVersionName: String, val name: String)
Constructors
Link copied to clipboard
fun GetCustomClassResult(customClassId: String, items: List<ClassItemResponse>, kmsKeyName: String, kmsKeyVersionName: String, name: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The KMS key name with which the content of the ClassItem is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
Link copied to clipboard
The KMS key version name with which content of the ClassItem is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.