toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
codebuild
/
aws.sdk.kotlin.services.codebuild.model
/
ReportGroupTrendFieldType
Report
Group
Trend
Field
Type
sealed
class
ReportGroupTrendFieldType
Inheritors
BranchesCovered
BranchesMissed
BranchCoverage
Duration
LinesCovered
LinesMissed
LineCoverage
PassRate
Total
SdkUnknown
Members
Types
Branch
Coverage
Link copied to clipboard
object
BranchCoverage
:
ReportGroupTrendFieldType
Branches
Covered
Link copied to clipboard
object
BranchesCovered
:
ReportGroupTrendFieldType
Branches
Missed
Link copied to clipboard
object
BranchesMissed
:
ReportGroupTrendFieldType
Companion
Link copied to clipboard
object
Companion
Duration
Link copied to clipboard
object
Duration
:
ReportGroupTrendFieldType
Line
Coverage
Link copied to clipboard
object
LineCoverage
:
ReportGroupTrendFieldType
Lines
Covered
Link copied to clipboard
object
LinesCovered
:
ReportGroupTrendFieldType
Lines
Missed
Link copied to clipboard
object
LinesMissed
:
ReportGroupTrendFieldType
Pass
Rate
Link copied to clipboard
object
PassRate
:
ReportGroupTrendFieldType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportGroupTrendFieldType
Total
Link copied to clipboard
object
Total
:
ReportGroupTrendFieldType
Properties
value
Link copied to clipboard
abstract
val
value
:
String