Contents

init(name:value:)

Creates a new query item with the name and value you specify.

Declaration

init(name: String, value: String?)

Parameters

  • name:

    The name for the query item.

  • value:

    The value for the query item.