getJourneyRuns

Provides information about the runs of a journey.

Samples


fun main() { 
   //sampleStart 
   // The following example gets the runs of a journey.
val resp = pinpointClient.getJourneyRuns {
    applicationId = "11111111112222222222333333333344"
    journeyId = "aaaaaaaaaabbbbbbbbbbccccccccccdd"
} 
   //sampleEnd
}