Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 469 Bytes

File metadata and controls

22 lines (16 loc) · 469 Bytes

Unifapi::XTweetsGet200Response

Properties

Name Type Description Notes
request_id String UnifAPI request id for support and ledger correlation.
data Array<XTweet>
billing Billing

Example

require 'unifapi'

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