GitLabConfig class

Configuration for connections to gitlab.com.

Constructors

GitLabConfig.new({UserCredential? authorizerCredential, UserCredential? readAuthorizerCredential, String? webhookSecretSecretVersion})
GitLabConfig.fromJson(Map json_)

Properties

authorizerCredential UserCredential?
A GitLab personal access token with the minimum api scope access and a minimum role of maintainer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
readAuthorizerCredential UserCredential?
A GitLab personal access token with the minimum read_api scope access and a minimum role of reporter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webhookSecretSecretVersion String?
SecretManager resource containing the webhook secret of a GitLab project, formatted as projects / * /secrets / * /versions / * .
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited