class Google::Apis::PolicysimulatorV1beta1::GoogleCloudPolicysimulatorV1ReplayOperationMetadata
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_v1beta1/classes.rb, line 108 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_v1beta1/classes.rb, line 113 def update!(**args) @start_time = args[:start_time] if args.key?(:start_time) end