Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TimestampArray
- Inherits:
-
Object
- Object
- Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TimestampArray
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contentwarehouse_v1/classes.rb,
lib/google/apis/contentwarehouse_v1/representations.rb,
lib/google/apis/contentwarehouse_v1/representations.rb
Overview
Timestamp values.
Instance Attribute Summary collapse
-
#values ⇒ Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TimestampValue>
List of timestamp values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1TimestampArray
constructor
A new instance of GoogleCloudContentwarehouseV1TimestampArray.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContentwarehouseV1TimestampArray
Returns a new instance of GoogleCloudContentwarehouseV1TimestampArray.
3888 3889 3890 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3888 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TimestampValue>
List of timestamp values.
Corresponds to the JSON property values
3886 3887 3888 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3886 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3893 3894 3895 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 3893 def update!(**args) @values = args[:values] if args.key?(:values) end |