Get Trigger Result
data class GetTriggerResult(val id: String, val kind: String, val name: String, val provisioningState: String, val status: TriggerStatusResponse, val systemData: SystemDataResponse, val type: String)
Represents a trigger that can invoke an image template build.
Constructors
Link copied to clipboard
constructor(id: String, kind: String, name: String, provisioningState: String, status: TriggerStatusResponse, systemData: SystemDataResponse, type: String)