class Google::Apis::ChatV1::DateInput
Input Parameter for Date Picker widget.
Attributes
ms_since_epoch[RW]
Corresponds to the JSON property `msSinceEpoch` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chat_v1/classes.rb, line 536 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chat_v1/classes.rb, line 541 def update!(**args) @ms_since_epoch = args[:ms_since_epoch] if args.key?(:ms_since_epoch) end