GetEvaluationResult

data class GetEvaluationResult(val createTime: String, val description: String, val labels: Map<String, String>, val name: String, val resourceFilter: ResourceFilterResponse, val resourceStatus: ResourceStatusResponse, val ruleNames: List<String>, val ruleVersions: List<String>, val schedule: String, val updateTime: String)

/*

Constructors

Link copied to clipboard
fun GetEvaluationResult(createTime: String, description: String, labels: Map<String, String>, name: String, resourceFilter: ResourceFilterResponse, resourceStatus: ResourceStatusResponse, ruleNames: List<String>, ruleVersions: List<String>, schedule: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only Create time stamp

Link copied to clipboard

Description of the Evaluation

Link copied to clipboard

Labels as key value pairs

Link copied to clipboard

name of resource names have the form 'projects/{project_id}/locations/{location_id}/evaluations/{evaluation_id}'

Link copied to clipboard

annotations as key value pairs

Link copied to clipboard

Output only The updated rule ids if exist.

Link copied to clipboard

the name of the rule

Link copied to clipboard

Output only The updated rule ids if exist.

Link copied to clipboard

crontab format schedule for scheduled evaluation, example: 0 */3 * * *

Link copied to clipboard

Output only Update time stamp