class Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1beta1ReplayOperationMetadata
Metadata about a Replay operation.
Attributes
start_time[RW]
Time when the request was received. Corresponds to the JSON property `startTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/policysimulator_v1/classes.rb, line 697 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/policysimulator_v1/classes.rb, line 702 def update!(**args) @start_time = args[:start_time] if args.key?(:start_time) end