Application Component Info
data class ApplicationComponentInfo(val componentType: ApplicationComponentInfoComponentType? = null, val ec2InstanceId: String? = null, val sid: String? = null)
Constructors
Link copied to clipboard
constructor(componentType: ApplicationComponentInfoComponentType? = null, ec2InstanceId: String? = null, sid: String? = null)