Condition constructor

Condition({
  1. DevicePolicy? devicePolicy,
  2. List<String>? ipSubnetworks,
  3. List<String>? members,
  4. bool? negate,
  5. List<String>? regions,
  6. List<String>? requiredAccessLevels,
  7. List<VpcNetworkSource>? vpcNetworkSources,
})

Implementation

Condition({
  this.devicePolicy,
  this.ipSubnetworks,
  this.members,
  this.negate,
  this.regions,
  this.requiredAccessLevels,
  this.vpcNetworkSources,
});