View Source GoogleApi.Admin.Reports_v1.Model.UsageReportEntity (google_api_admin v0.40.0)

Output only. Information about the type of the item.

Attributes

  • customerId (type: String.t, default: nil) - Output only. The unique identifier of the customer's account.
  • entityId (type: String.t, default: nil) - Output only. Object key. Only relevant if entity.type = "OBJECT" Note: external-facing name of report is "Entities" rather than "Objects".
  • profileId (type: String.t, default: nil) - Output only. The user's immutable Google Workspace profile identifier.
  • type (type: String.t, default: nil) - Output only. The type of item. The value is user.
  • userEmail (type: String.t, default: nil) - Output only. The user's email address. Only relevant if entity.type = "USER"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Reports_v1.Model.UsageReportEntity{
  customerId: String.t() | nil,
  entityId: String.t() | nil,
  profileId: String.t() | nil,
  type: String.t() | nil,
  userEmail: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.