C# Class NuGetGallery.Operations.Trigger

Defines a "Trigger" event for PagerDuty.
Afficher le fichier Open project: NuGet/NuGet.Services.Dashboard Class Usage Examples

Méthodes publiques

Свойство Type Description
client string
client_url string
description string
details object
event_type string
incident_key string
service_key string

Méthodes publiques

Méthode Description
Trigger ( ) : System.Collections.Generic
Trigger ( string serviceKey, string incidentKey, string description, object details ) : System.Collections.Generic

Method Details

Trigger() public méthode

public Trigger ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Trigger() public méthode

public Trigger ( string serviceKey, string incidentKey, string description, object details ) : System.Collections.Generic
serviceKey string
incidentKey string
description string
details object
Résultat System.Collections.Generic

Property Details

client public_oe property

public string client
Résultat string

client_url public_oe property

public string client_url
Résultat string

description public_oe property

public string description
Résultat string

details public_oe property

public object details
Résultat object

event_type public_oe property

public string event_type
Résultat string

incident_key public_oe property

public string incident_key
Résultat string

service_key public_oe property

public string service_key
Résultat string