View Source GoogleApi.AndroidPublisher.V3.Model.Timestamp (google_api_android_publisher v0.34.1)

A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution. The count is relative to an epoch at UTC midnight on January 1, 1970.

Attributes

  • nanos (type: integer(), default: nil) - Non-negative fractions of a second at nanosecond resolution. Must be from 0 to 999,999,999 inclusive.
  • seconds (type: String.t, default: nil) - Represents seconds of UTC time since Unix epoch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.Timestamp{
  nanos: integer() | nil,
  seconds: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.