Class: Google::Apis::CloudsearchV1::History
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::History
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
The most recent history records associated with the item.
Instance Attribute Summary collapse
-
#record ⇒ Array<Google::Apis::CloudsearchV1::HistoryRecord>
Corresponds to the JSON property
record.
Instance Method Summary collapse
-
#initialize(**args) ⇒ History
constructor
A new instance of History.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ History
Returns a new instance of History.
10545 10546 10547 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10545 def initialize(**args) update!(**args) end |
Instance Attribute Details
#record ⇒ Array<Google::Apis::CloudsearchV1::HistoryRecord>
Corresponds to the JSON property record
10543 10544 10545 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10543 def record @record end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10550 10551 10552 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10550 def update!(**args) @record = args[:record] if args.key?(:record) end |