GetProfilingGroupProfilingStatus

data class GetProfilingGroupProfilingStatus(val latestAgentOrchestratedAt: String, val latestAgentProfileReportedAt: String, val latestAggregatedProfiles: List<GetProfilingGroupProfilingStatusLatestAggregatedProfile>)

Constructors

Link copied to clipboard
constructor(latestAgentOrchestratedAt: String, latestAgentProfileReportedAt: String, latestAggregatedProfiles: List<GetProfilingGroupProfilingStatusLatestAggregatedProfile>)

Types

Link copied to clipboard
object Companion