View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppReport (google_api_chrome_management v0.6.0)

App report.

Attributes

  • reportTime (type: DateTime.t, default: nil) - Timestamp when the report was collected.
  • usageData (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppUsageData.t), default: nil) - App usage data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppReport{
  reportTime: DateTime.t() | nil,
  usageData:
    [
      GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1AppUsageData.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.