class Google::Apis::ContentV2_1::TransitTableTransitTimeRow
Attributes
values[RW]
Corresponds to the JSON property `values` @return [Array<Google::Apis::ContentV2_1::TransitTableTransitTimeRowTransitTimeValue>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 15458 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 15463 def update!(**args) @values = args[:values] if args.key?(:values) end