def __init__(self, attrs={}): AtlasBaseModelObject.__init__(self, attrs) self.ownerName = attrs.get('ownerName') self.name = attrs.get('name') self.searchType = attrs.get('searchType') self.searchParameters = attrs.get('searchParameters') self.uiParameters = attrs.get('uiParameters')
def __init__(self, attrs={}): AtlasBaseModelObject.__init__(self, attrs) self.qualifiedName = attrs.get('qualifiedName') self.name = attrs.get('name') self.shortDescription = attrs.get('shortDescription') self.longDescription = attrs.get('longDescription') self.additionalAttributes = attrs.get('additionalAttributes') self.classifications = attrs.get('classifications')