EndpointSliceList
final case class EndpointSliceList(items: Seq[EndpointSlice], metadata: Option[ListMeta]) extends KObject
EndpointSliceList represents a list of endpoint slices
- Source:
- EndpointSliceList.scala
Keywords
Inherited
Value members
Concrete methods
transforms items to result of function
transforms items to result of function
- Source:
- EndpointSliceList.scala
if metadata has a value, transforms to the result of function
if metadata has a value, transforms to the result of function
- Source:
- EndpointSliceList.scala
Returns a new data with items set to new value
Returns a new data with items set to new value
- Source:
- EndpointSliceList.scala
Returns a new data with metadata set to new value
Returns a new data with metadata set to new value
- Source:
- EndpointSliceList.scala