GitLabSecrets constructor

GitLabSecrets({
  1. String? apiAccessTokenVersion,
  2. String? apiKeyVersion,
  3. String? readAccessTokenVersion,
  4. String? webhookSecretVersion,
})

Implementation

GitLabSecrets({
  this.apiAccessTokenVersion,
  this.apiKeyVersion,
  this.readAccessTokenVersion,
  this.webhookSecretVersion,
});