HubspotAPIWrapper.Contacts.Contacts C# (CSharp) Method

Contacts() public method

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