GoogleCloudPolicysimulatorV1ReplayResult constructor
GoogleCloudPolicysimulatorV1ReplayResult({
- GoogleCloudPolicysimulatorV1AccessTuple? accessTuple,
- GoogleCloudPolicysimulatorV1ReplayDiff? diff,
- GoogleRpcStatus? error,
- GoogleTypeDate? lastSeenDate,
- String? name,
- String? parent,
Implementation
GoogleCloudPolicysimulatorV1ReplayResult({
this.accessTuple,
this.diff,
this.error,
this.lastSeenDate,
this.name,
this.parent,
});