C# Class trellow.api.Notifications.Internal.NotificationsRequest

Inheritance: RestSharp.RestRequest
显示文件 Open project: Bunk/trellow

Public Methods

Method Description
NotificationsRequest ( INotificationId notificationId, string resource = "" ) : RestSharp
NotificationsRequest ( string notificationId, string resource = "" ) : RestSharp

Method Details

NotificationsRequest() public method

public NotificationsRequest ( INotificationId notificationId, string resource = "" ) : RestSharp
notificationId INotificationId
resource string
return RestSharp

NotificationsRequest() public method

public NotificationsRequest ( string notificationId, string resource = "" ) : RestSharp
notificationId string
resource string
return RestSharp