ApiResourceMetadataResponse

data class ApiResourceMetadataResponse(val apiType: String? = null, val brandColor: String? = null, val connectionType: String? = null, val deploymentParameters: ApiDeploymentParameterMetadataSetResponse? = null, val hideKey: String? = null, val provisioningState: String? = null, val source: String? = null, val tags: Map<String, String>? = null, val wsdlImportMethod: String? = null, val wsdlService: WsdlServiceResponse? = null)

The api resource metadata.

Constructors

Link copied to clipboard
constructor(apiType: String? = null, brandColor: String? = null, connectionType: String? = null, deploymentParameters: ApiDeploymentParameterMetadataSetResponse? = null, hideKey: String? = null, provisioningState: String? = null, source: String? = null, tags: Map<String, String>? = null, wsdlImportMethod: String? = null, wsdlService: WsdlServiceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiType: String? = null

The api type.

Link copied to clipboard
val brandColor: String? = null

The brand color.

Link copied to clipboard
val connectionType: String? = null

The connection type.

Link copied to clipboard

The connector deployment parameters metadata.

Link copied to clipboard
val hideKey: String? = null

The hide key.

Link copied to clipboard

The provisioning state.

Link copied to clipboard
val source: String? = null

The source.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags.

Link copied to clipboard

The WSDL import method.

Link copied to clipboard

The WSDL service.