Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 492 Bytes

File metadata and controls

22 lines (16 loc) · 492 Bytes

Unifapi::LocalSearchPost200Response

Properties

Name Type Description Notes
request_id String UnifAPI request id for support and ledger correlation.
data LocalFinderResponse
billing Billing

Example

require 'unifapi'

instance = Unifapi::LocalSearchPost200Response.new(
  request_id: null,
  data: null,
  billing: null
)