Wasm Directoryalpha
Record

get-discovery-v2-venues-params

No description available.

record get-discovery-v2-venues-params {
  sort: option​<string>,
  state-code: option​<string>,
  country-code: option​<string>,
  latlong: option​<string>,
  radius: option​<string>,
  unit: option​<get-discovery-v2-events-unit-enum>,
  geo-point: option​<string>,
  keyword: option​<string>,
  id: option​<string>,
  source: option​<find-source-enum>,
  include-test: option​<find-include-test-enum>,
  page: option​<string>,
  size: option​<string>,
  locale: option​<string>,
  include-licensed-content: option​<find-include-licensed-content-enum>,
  include-spellcheck: option​<find-include-licensed-content-enum>,
}

Fields

NameTypeDescription
sortoption​<string>
state-codeoption​<string>
country-codeoption​<string>
latlongoption​<string>
radiusoption​<string>
unitoption​<get-discovery-v2-events-unit-enum>
geo-pointoption​<string>
keywordoption​<string>
idoption​<string>
sourceoption​<find-source-enum>
include-testoption​<find-include-test-enum>
pageoption​<string>
sizeoption​<string>
localeoption​<string>
include-licensed-contentoption​<find-include-licensed-content-enum>
include-spellcheckoption​<find-include-licensed-content-enum>