SecretEnvVar constructor

SecretEnvVar({
  1. String? key,
  2. String? projectId,
  3. String? secret,
  4. String? version,
})

Implementation

SecretEnvVar({
  this.key,
  this.projectId,
  this.secret,
  this.version,
});