C# 클래스 NuGetGallery.Operations.Trigger

Defines a "Trigger" event for PagerDuty.
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Dashboard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
client string
client_url string
description string
details object
event_type string
incident_key string
service_key string

공개 메소드들

메소드 설명
Trigger ( ) : System.Collections.Generic
Trigger ( string serviceKey, string incidentKey, string description, object details ) : System.Collections.Generic

메소드 상세

Trigger() 공개 메소드

public Trigger ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Trigger() 공개 메소드

public Trigger ( string serviceKey, string incidentKey, string description, object details ) : System.Collections.Generic
serviceKey string
incidentKey string
description string
details object
리턴 System.Collections.Generic

프로퍼티 상세

client 공개적으로 프로퍼티

public string client
리턴 string

client_url 공개적으로 프로퍼티

public string client_url
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

details 공개적으로 프로퍼티

public object details
리턴 object

event_type 공개적으로 프로퍼티

public string event_type
리턴 string

incident_key 공개적으로 프로퍼티

public string incident_key
리턴 string

service_key 공개적으로 프로퍼티

public string service_key
리턴 string