Class: Google::Apis::ContentwarehouseV1::GoogleCloudContentwarehouseV1TimestampArray

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

Instance Method Summary collapse

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

#valuesArray<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