ExistParameter

public protocol ExistParameter : EndpointParameter

Parameter for including/excluding where a value exists.

  • value Default implementation

    The value for the parameter.

    Default Implementation

    The value for the parameter.

    Declaration

    Swift

    var value: Bool { get }