in iact3/stack.py [0:0]
def from_stack_response(cls, stack: dict, credential: CredentialClient = None):
return cls(
region=stack['RegionId'],
stack_id=stack['StackId'],
test_name=stack.get('TestName'),
uuid=stack.get('TestId'),
stack_name=stack.get('StackName'),
credential=credential
)