Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, **kwargs):
super(IotHubDefinitionDescription, self).__init__(**kwargs)
self.apply_allocation_policy = kwargs.get('apply_allocation_policy', None)
self.allocation_weight = kwargs.get('allocation_weight', None)
self.name = None
self.connection_string = kwargs.get('connection_string', None)
self.location = kwargs.get('location', None)