package v1
Type Members
- final case class APIServiceConditionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIServiceCondition] with Product with Serializable
- final case class APIServiceListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIServiceList] with Product with Serializable
- final case class APIServicePointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIService] with Product with Serializable
- final case class APIServiceSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIServiceSpec] with Product with Serializable
- final case class APIServiceStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIServiceStatus] with Product with Serializable
- final case class ServiceReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[ServiceReference] with Product with Serializable