AppsPeopleOzExternalMergedpeopleapiCustomerInfo

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCustomerInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains customer data for profile owner proxied from D3.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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.
  2. customerName (type: String.t, default: nil)
    - Customer organization name for dasher user.
  3. obfuscatedCustomerId (type: String.t, default: nil)
    - Obfuscated FlexOrgs customer ID for Dasher user. See cs/symbol:CustomerIdObfuscator.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCustomerInfo