GoogleCloudPolicysimulatorV1beta1Replay constructor

GoogleCloudPolicysimulatorV1beta1Replay({
  1. GoogleCloudPolicysimulatorV1beta1ReplayConfig? config,
  2. String? name,
  3. GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary? resultsSummary,
  4. String? state,
})

Implementation

GoogleCloudPolicysimulatorV1beta1Replay({
  this.config,
  this.name,
  this.resultsSummary,
  this.state,
});