GitLabSecrets class
GitLabSecrets represents the secrets in Secret Manager for a GitLab integration.
Constructors
- GitLabSecrets({String? apiAccessTokenVersion, String? apiKeyVersion, String? readAccessTokenVersion, String? webhookSecretVersion})
- GitLabSecrets.fromJson(Map json_)
Properties
- apiAccessTokenVersion ↔ String?
- 
  The resource name for the api access token’s secret version
  getter/setter pair
- apiKeyVersion ↔ String?
- 
  API Key that will be attached to webhook requests from GitLab to Cloud
Build.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- readAccessTokenVersion ↔ String?
- 
  The resource name for the read access token’s secret version
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- webhookSecretVersion ↔ String?
- 
  The resource name for the webhook secret’s secret version.
  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