def __init__()

in common/api/cloud_asset_api_adapter.py [0:0]


    def __init__(self, organization: int):
        """
        Initializes the AssetApiAdapter with a AssetService client.
        """
        self.client = asset.AssetServiceClient()
        self.organization = f"organizations/{organization}"