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

Information about the type of the item.

Attributes

  • customerId (String.t): Obfuscated customer id for the record. Defaults to: null.
  • entityId (String.t): Object key. Only relevant if entity.type = "OBJECT" Note: external-facing name of report is "Entities" rather than "Objects". Defaults to: null.
  • profileId (String.t): Obfuscated user id for the record. Defaults to: null.
  • type (String.t): The type of item, can be customer, user, or entity (aka. object). Defaults to: null.
  • userEmail (String.t): user's email. Only relevant if entity.type = "USER" Defaults to: null.

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: any(),
  entityId: any(),
  profileId: any(),
  type: any(),
  userEmail: any()
}

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.