GitLabRepositoryId constructor

GitLabRepositoryId({
  1. String? id,
  2. int? webhookId,
})

Implementation

GitLabRepositoryId({this.id, this.webhookId});