Class: Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1beta1ReplayOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudPolicysimulatorV1beta1ReplayOperationMetadata

Returns a new instance of GoogleCloudPolicysimulatorV1beta1ReplayOperationMetadata.



697
698
699
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 697

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)


695
696
697
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 695

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



702
703
704
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 702

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