View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp (google_api_content_warehouse v0.4.0)

An absolute point in time independent of timezone or calendar, based on the proto3 Timestamp (//google/protobuf/timestamp.proto). NOTE: THIS IS NO LONGER RECOMMENDED TO BE USED. It was originally defined separately from google.protobuf.Timestamp due to incompatibility with proto2 syntax. The incompatibility issues have since been resolved and so the Google-wide standard representation of google.protobuf.Timestamp should be preferred. In fact, google.protobuf.* protos in general are now recommended to be used in new APIs.

Attributes

  • nanos (type: integer(), default: nil) - Non-negative fractions of a second at nanosecond resolution.
  • seconds (type: String.t, default: nil) - Seconds of UTC time since the Unix epoch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiTimestamp{
  nanos: integer() | nil,
  seconds: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.