Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

TalonOne::GetAudiencesAnalytics200Response

Properties

Name Type Description Notes
has_more Boolean [optional]
data Array<AudienceAnalytics>

Example

require 'talon_one_sdk'

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