ContainersGrant constructor

ContainersGrant({
  1. bool logs = true,
  2. List<String>? pull,
  3. List<String>? run,
  4. bool useContainers = true,
})

Implementation

ContainersGrant({this.logs = true, this.pull, this.run, this.useContainers = true});