Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 388 Bytes

File metadata and controls

20 lines (14 loc) · 388 Bytes

Unifapi::SeoBulkTrafficItem

Properties

Name Type Description Notes
target String Domain echoed from the request.
metrics SeoDomainMetrics [optional]

Example

require 'unifapi'

instance = Unifapi::SeoBulkTrafficItem.new(
  target: null,
  metrics: null
)