Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
duedil-python / duedil / models / previous_company_name.py
Size: Mime:
from __future__ import unicode_literals

from .base import Model


class PreviousCompanyName(Model):
    attribute_names = [
        'id',
        # string The registered ID of the company
        'last_update',
        # dateTime Date of last update
        'name',
        # string The previous company name
        'endedDate',
        # string The date this company stopped using this name
    ]