Skip to content

URLQuery

Josh Wright edited this page Jan 14, 2021 · 4 revisions

URLQuery

Represents a value in the query of an endpoint's URL.

@propertyWrapper public struct URLQuery<Value: Codable>: Codable, AnyQuery

Inheritance

AnyQuery, Codable

Initializers

init(wrappedValue:)

Initialize with a query value.

public init(wrappedValue: Value)

Parameters

  • wrappedValue: The value of this query item.

init(from:)

public init(from decoder: Decoder) throws

Properties

value

var value: Codable

wrappedValue

The value of the query item.

var wrappedValue: Value
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally