Represents a developer registration owned by a Merchant account.
JSON representation
{"name": string,"gcpIds": [string]}
Fields
name
string
Identifier. The name (ID) of the developer registration. Generated by the Content API upon creation of a new DeveloperRegistration. The account represents the merchant ID of the merchant that owns the registration.
gcpIds[]
string
Output only. The GCP ids attached to this developer registration
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-11 UTC."],[],[],null,["# DeveloperRegistration\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents a developer registration owned by a Merchant account.\n\n| JSON representation |\n|--------------------------------------------------|\n| ``` { \"name\": string, \"gcpIds\": [ string ] } ``` |\n\n| Fields ||\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The `name` (ID) of the developer registration. Generated by the Content API upon creation of a new `DeveloperRegistration`. The `account` represents the merchant ID of the merchant that owns the registration. |\n| `gcpIds[]` | `string` Output only. The GCP ids attached to this developer registration |"]]