Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 409 Bytes

File metadata and controls

20 lines (14 loc) · 409 Bytes

TalonOne::GetAccessLogsWithoutTotalCount200Response

Properties

Name Type Description Notes
has_more Boolean
data Array<AccessLogEntry>

Example

require 'talon_one_sdk'

instance = TalonOne::GetAccessLogsWithoutTotalCount200Response.new(
  has_more: null,
  data: null
)