AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileNameModificationHistory

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileNameModificationHistory


Table of Contents ▼

Jump to a specific part of the page:

Description

See ABUSE_NAME_LAST_MODIFIED in //depot/google3/focus/backend/proto/backend.proto which maps to //depot/google3/focus/proto/profileattribute.proto

Attributes List

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

View Attributes

Attributes

  1. computedNameChangesRemaining (type: integer(), default: nil)
    - The number of name changes remaining at RPC request time. This can be more than name_changes_remaining, if user hasn't changed name for some time and accrued quota since last change.
  2. computedNicknameChangesRemaining (type: integer(), default: nil)
    - The number of nickname changes remaining at RPC request time. This can be more than nickname_changes_remaining, if user hasn't changed nickname for some time and accrued quota since last change.
  3. nameChangesRemaining (type: integer(), default: nil)
    - The number of name changes remaining at the time the name was last modified.
  4. nameLastModified (type: String.t, default: nil)
    - The last time the profile name was modified in milliseconds UTC.
  5. nicknameChangesRemaining (type: integer(), default: nil)
    - The number of nickname changes remaining at the time the nickname was last modified.
  6. nicknameLastModified (type: String.t, default: nil)
    - The last time the profile nickname was modified in milliseconds UTC.
  7. quotaEnforcementStatus (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileNameModificationHistory{
computedNameChangesRemaining: integer() | nil,
computedNicknameChangesRemaining: integer() | nil,
nameChangesRemaining: integer() | nil,
nameLastModified: String.t() | nil,
nicknameChangesRemaining: integer() | nil,
nicknameLastModified: String.t() | nil,
quotaEnforcementStatus: String.t() | nil
}

Function

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

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