HubspotAPIWrapper.Prospects.Prospects C# (CSharp) Method

Prospects() public method

public Prospects ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
return System
        public Prospects(string apiKey = null, string accessToken = null, string refreshToken = null,
                         string clientId = null)
            : base(apiKey, accessToken, refreshToken, clientId)
        {
        }