Get Object Type Result
data class GetObjectTypeResult(val allowProfileCreation: Boolean? = null, val createdAt: String? = null, val description: String? = null, val encryptionKey: String? = null, val expirationDays: Int? = null, val fields: List<ObjectTypeFieldMap>? = null, val keys: List<ObjectTypeKeyMap>? = null, val lastUpdatedAt: String? = null, val sourceLastUpdatedTimestampFormat: String? = null, val tags: List<ObjectTypeTag>? = null, val templateId: String? = null)
Constructors
Link copied to clipboard
fun GetObjectTypeResult(allowProfileCreation: Boolean? = null, createdAt: String? = null, description: String? = null, encryptionKey: String? = null, expirationDays: Int? = null, fields: List<ObjectTypeFieldMap>? = null, keys: List<ObjectTypeKeyMap>? = null, lastUpdatedAt: String? = null, sourceLastUpdatedTimestampFormat: String? = null, tags: List<ObjectTypeTag>? = null, templateId: String? = null)