Class: Google::Apis::PolicysimulatorV1alpha::GoogleCloudPolicysimulatorV1ReplayOperationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/policysimulator_v1alpha/classes.rb,
lib/google/apis/policysimulator_v1alpha/representations.rb,
lib/google/apis/policysimulator_v1alpha/representations.rb

Overview

Metadata about a Replay operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudPolicysimulatorV1ReplayOperationMetadata

Returns a new instance of GoogleCloudPolicysimulatorV1ReplayOperationMetadata.



442
443
444
# File 'lib/google/apis/policysimulator_v1alpha/classes.rb', line 442

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#start_timeString

Time when the request was received. Corresponds to the JSON property startTime

Returns:

  • (String)


440
441
442
# File 'lib/google/apis/policysimulator_v1alpha/classes.rb', line 440

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



447
448
449
# File 'lib/google/apis/policysimulator_v1alpha/classes.rb', line 447

def update!(**args)
  @start_time = args[:start_time] if args.key?(:start_time)
end