Generic Container Extended Info Response
    data class GenericContainerExtendedInfoResponse(val containerIdentityInfo: ContainerIdentityInfoResponse? = null, val rawCertData: String? = null, val serviceEndpoints: Map<String, String>? = null)
Container extended information
Constructors
Link copied to clipboard
                fun GenericContainerExtendedInfoResponse(containerIdentityInfo: ContainerIdentityInfoResponse? = null, rawCertData: String? = null, serviceEndpoints: Map<String, String>? = null)