Get Component Type Result
data class GetComponentTypeResult(val arn: String? = null, val creationDateTime: String? = null, val description: String? = null, val extendsFrom: List<String>? = null, val functions: Any? = null, val isAbstract: Boolean? = null, val isSchemaInitialized: Boolean? = null, val isSingleton: Boolean? = null, val propertyDefinitions: Any? = null, val propertyGroups: Any? = null, val status: ComponentTypeStatus? = null, val tags: Any? = null, val updateDateTime: String? = null)
Constructors
Link copied to clipboard
fun GetComponentTypeResult(arn: String? = null, creationDateTime: String? = null, description: String? = null, extendsFrom: List<String>? = null, functions: Any? = null, isAbstract: Boolean? = null, isSchemaInitialized: Boolean? = null, isSingleton: Boolean? = null, propertyDefinitions: Any? = null, propertyGroups: Any? = null, status: ComponentTypeStatus? = null, tags: Any? = null, updateDateTime: String? = null)