Class: Twilio::REST::Insights::V2::ReportList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/insights/v2/report.rb

Defined Under Namespace

Classes: AccountReportAnsweringMachineDetection, AccountReportCallDirection, AccountReportCallState, AccountReportCallType, AccountReportKYT, AccountReportKYTOutboundCarrierCalling, AccountReportNetworkIssues, AccountReportNetworkIssuesSdk, AccountReportNetworkIssuesTwilioGateway, BrandedCalling, BrandedUseCaseDetail, CountyCarrierValueCarriers, InsightsV2CreateAccountReportRequest, InsightsV2CreateAccountReportRequestTimeRange, ReportFilter, StirShaken, StirShakenAnswerRate, StirShakenCallCount, StirShakenPercentage, VoiceIntegrity, VoiceIntegrityCallsPerBundle

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ ReportList

Initialize the ReportList

Parameters:

  • version (Version)

    Version that contains the resource



465
466
467
468
469
470
471
472
# File 'lib/twilio-ruby/rest/insights/v2/report.rb', line 465

def initialize(version)
    super(version)
    
    # Path Solution
    @solution = {  }
    
    
end

Instance Method Details

#to_sObject

Provide a user friendly representation



477
478
479
# File 'lib/twilio-ruby/rest/insights/v2/report.rb', line 477

def to_s
    '#<Twilio.Insights.V2.ReportList>'
end