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

Information about the type of the item.

Attributes

  • customerId (type: String.t, default: nil) - Obfuscated customer id for the record.
  • 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) - Obfuscated user id for the record.
  • type (type: String.t, default: nil) - The type of item, can be customer, user, or entity (aka. object).
  • userEmail (type: String.t, default: nil) - user's email. 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

Link to this type

t() View Source
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

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.