View Source GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceActiveTimeRanges (google_api_admin v0.40.0)

Attributes

  • activeTime (type: integer(), default: nil) - Duration of usage in milliseconds.
  • date (type: Date.t, default: nil) - Date of usage

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceActiveTimeRanges{
  activeTime: integer() | nil,
  date: Date.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.