def __init__()

in backend/unified-cloud-search/services/unified_cloud_search_service.py [0:0]


    def __init__(
        self,
        id: str,
        name: str,
        description: str,
        words_file: str,
        project_id: str,
        location: str,
        datastore_id: str,
        is_staging: bool = False,
        code_info: Optional[CodeInfo] = None,