PrivateConfig constructor

PrivateConfig({
  1. String? caPool,
  2. String? httpServiceAttachment,
  3. bool? isPrivate,
  4. List<String>? pscAllowedProjects,
  5. String? sshServiceAttachment,
})

Implementation

PrivateConfig({
  this.caPool,
  this.httpServiceAttachment,
  this.isPrivate,
  this.pscAllowedProjects,
  this.sshServiceAttachment,
});