C# Class HubspotAPIWrapper.Email

Inheritance: BaseClass
显示文件 Open project: Axosoft/HubspotAPIWrapper

Public Methods

Method Description
Email ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System

Protected Methods

Method Description
GetPath ( string method ) : string

Method Details

Email() public method

public Email ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
return System

GetPath() protected method

protected GetPath ( string method ) : string
method string
return string