Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 548 Bytes

File metadata and controls

24 lines (18 loc) · 548 Bytes

Zernio::GetInboxHeatmap200Response

Properties

Name Type Description Notes
success Boolean [optional]
from Date [optional]
to Date [optional]
buckets Array<GetInboxHeatmap200ResponseBucketsInner> [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetInboxHeatmap200Response.new(
  success: null,
  from: null,
  to: null,
  buckets: null
)