GoogleCloudPolicysimulatorV1beta1Replay class
A resource describing a Replay
, or simulation.
Constructors
- GoogleCloudPolicysimulatorV1beta1Replay({GoogleCloudPolicysimulatorV1beta1ReplayConfig? config, String? name, GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary? resultsSummary, String? state})
- GoogleCloudPolicysimulatorV1beta1Replay.fromJson(Map _json)
Properties
- config ↔ GoogleCloudPolicysimulatorV1beta1ReplayConfig?
-
The configuration used for the
Replay
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the
Replay
, which has the following format:{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}
, where{resource-id}
is the ID of the project, folder, or organization that owns the Replay.getter/setter pair - resultsSummary ↔ GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary?
-
Summary statistics about the replayed log entries.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The current state of the
Replay
.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited