Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1 KB

File metadata and controls

32 lines (26 loc) · 1 KB

UltracartClient::EmailDispatchLogsResponse

Properties

Name Type Description Notes
dispatch_logs Array<EmailDispatchLog> Dispatch log rows on this page [optional]
error Error [optional]
metadata ResponseMetadata [optional]
more Boolean True when another page exists after this one [optional]
page_number Integer Page number (one based) [optional]
page_size Integer Number of records per page [optional]
success Boolean Indicates if API call was successful [optional]
warning Warning [optional]

Example

require 'ultracart_api'

instance = UltracartClient::EmailDispatchLogsResponse.new(
  dispatch_logs: null,
  error: null,
  metadata: null,
  more: null,
  page_number: null,
  page_size: null,
  success: null,
  warning: null
)