google_api_admin v0.18.0 GoogleApi.Admin.Reports_v1.Model.UsageReportEntity View Source

Information about the type of the item.

Attributes

  • customerId (type: String.t, default: nil) - The unique identifier of the customer's account.
  • entityId (type: String.t, default: nil) - 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) - The user's immutable G Suite profile identifier.
  • type (type: String.t, default: nil) - The type of item. The value is customer.
  • userEmail (type: String.t, default: nil) - The user's email address. Only relevant if entity.type = "USER"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.