View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileNameModificationHistory (google_api_content_warehouse v0.3.0)
See ABUSE_NAME_LAST_MODIFIED in //depot/google3/focus/backend/proto/backend.proto which maps to //depot/google3/focus/proto/profileattribute.proto
Attributes
-
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. -
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. -
nameChangesRemaining(type:integer(), default:nil) - The number of name changes remaining at the time the name was last modified. -
nameLastModified(type:String.t, default:nil) - The last time the profile name was modified in milliseconds UTC. -
nicknameChangesRemaining(type:integer(), default:nil) - The number of nickname changes remaining at the time the nickname was last modified. -
nicknameLastModified(type:String.t, default:nil) - The last time the profile nickname was modified in milliseconds UTC. -
quotaEnforcementStatus(type:String.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.