Api Resource Metadata Response
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)