uk.gov.hmrc.apiplatform.modules.apis.domain.models.ExtendedApiDefinition
See theExtendedApiDefinition companion object
case class ExtendedApiDefinition(serviceName: ServiceName, serviceBaseUrl: ServiceBaseUrl, name: Name, description: Description, context: ApiContext, versions: List[ExtendedApiVersion], isTestSupport: Boolean, lastPublishedAt: Option[Instant], categories: List[ApiCategory])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article