View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickGap (google_api_cloud_search v0.24.0)

Attributes

  • displayRemainingTime (type: String.t, default: nil) - Localized time string in the format: 1 hour 15 minutes
  • endTime (type: String.t, default: nil) - Localized time string in the format:(Locale CZ) 8:30 odp.
  • endTimeMs (type: String.t, default: nil) -
  • remainingTime (type: String.t, default: nil) -
  • startTime (type: String.t, default: nil) - Localized time string in the format:(Locale CZ) 8:30 odp.
  • startTimeMs (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickGap{
  displayRemainingTime: String.t() | nil,
  endTime: String.t() | nil,
  endTimeMs: String.t() | nil,
  remainingTime: String.t() | nil,
  startTime: String.t() | nil,
  startTimeMs: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.