View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCustomerInfo (google_api_content_warehouse v0.4.0)

Contains customer data for profile owner proxied from D3.

Attributes

  • customerId (type: String.t, default: nil) - DEPRECATED. Use obfuscated_customer_id instead. If result has a GSuite Customer ID, this field will continue to be populated with -1 to indicate the presence of a value for backwards compatibility with clients in the wild. See b/144596193.
  • customerName (type: String.t, default: nil) - Customer organization name for dasher user.
  • obfuscatedCustomerId (type: String.t, default: nil) - Obfuscated FlexOrgs customer ID for Dasher user. See cs/symbol:CustomerIdObfuscator.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCustomerInfo{
    customerId: String.t() | nil,
    customerName: String.t() | nil,
    obfuscatedCustomerId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.