New
constructor(name: String, version: String = "1", title: String, releaseStatus: String? = null, releaseMetadata: String? = null, description: String? = null, isPublished: Boolean = false, serviceCode: ApiProxy.ServiceCode = ServiceCode.REST, providerName: String = "NONE", statusCode: ApiProxy.StatusCode, state: ApiProxy.State, proxyEndPoints: List<ApiProxy.New.ProxyEndPoint> = emptyList(), targetEndPoints: List<ApiProxy.New.TargetEndPoint> = emptyList(), isVersioned: Boolean? = null, apiProvider: ApiProxy.New.ApiProviderRef? = null)(source)