Get Content Key Policy Result
data class GetContentKeyPolicyResult(val created: String, val description: String? = null, val id: String, val lastModified: String, val name: String, val options: List<ContentKeyPolicyOptionResponse>, val policyId: String, val systemData: SystemDataResponse, val type: String)
A Content Key Policy resource.
Constructors
Link copied to clipboard
constructor(created: String, description: String? = null, id: String, lastModified: String, name: String, options: List<ContentKeyPolicyOptionResponse>, policyId: String, systemData: SystemDataResponse, type: String)