class Google::Apis::AndroidpublisherV3::Timestamp
1970.
resolution. The count is relative to an epoch at UTC midnight on January 1,
calendar, encoded as a count of seconds and fractions of seconds at nanosecond
A Timestamp represents a point in time independent of any time zone or local
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @nanos = args[:nanos] if args.key?(:nanos) @seconds = args[:seconds] if args.key?(:seconds) end