ConfigManagementGatekeeperDeploymentState constructor

ConfigManagementGatekeeperDeploymentState({
  1. String? gatekeeperAudit,
  2. String? gatekeeperControllerManagerState,
  3. String? gatekeeperMutation,
})

Implementation

ConfigManagementGatekeeperDeploymentState({
  this.gatekeeperAudit,
  this.gatekeeperControllerManagerState,
  this.gatekeeperMutation,
});