GetCustomClassResult

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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

Link copied to clipboard

A collection of class items.

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}.

Link copied to clipboard

The resource name of the custom class.