DigitalOcean.API.Clients.TagsClient.TagsClient C# (CSharp) Method

TagsClient() public method

public TagsClient ( IConnection connection ) : System.Collections.Generic
connection IConnection
return System.Collections.Generic
        public TagsClient(IConnection connection) {
            _connection = connection;
        }