Class: Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1ReplayOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1ReplayOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/policysimulator_v1/classes.rb,
lib/google/apis/policysimulator_v1/representations.rb,
lib/google/apis/policysimulator_v1/representations.rb
Overview
Metadata about a Replay operation.
Instance Attribute Summary collapse
-
#start_time ⇒ String
Time when the request was received.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudPolicysimulatorV1ReplayOperationMetadata
constructor
A new instance of GoogleCloudPolicysimulatorV1ReplayOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudPolicysimulatorV1ReplayOperationMetadata
Returns a new instance of GoogleCloudPolicysimulatorV1ReplayOperationMetadata.
805 806 807 |
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 805 def initialize(**args) update!(**args) end |
Instance Attribute Details
#start_time ⇒ String
Time when the request was received.
Corresponds to the JSON property startTime
803 804 805 |
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 803 def start_time @start_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
810 811 812 |
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 810 def update!(**args) @start_time = args[:start_time] if args.key?(:start_time) end |