1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="apigee_v1.html">Apigee API</a> . <a href="apigee_v1.organizations.html">organizations</a> . <a href="apigee_v1.organizations.developers.html">developers</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="apigee_v1.organizations.developers.apps.html">apps()</a></code> 79</p> 80<p class="firstline">Returns the apps Resource.</p> 81 82<p class="toc_element"> 83 <code><a href="apigee_v1.organizations.developers.attributes.html">attributes()</a></code> 84</p> 85<p class="firstline">Returns the attributes Resource.</p> 86 87<p class="toc_element"> 88 <code><a href="apigee_v1.organizations.developers.balance.html">balance()</a></code> 89</p> 90<p class="firstline">Returns the balance Resource.</p> 91 92<p class="toc_element"> 93 <code><a href="apigee_v1.organizations.developers.subscriptions.html">subscriptions()</a></code> 94</p> 95<p class="firstline">Returns the subscriptions Resource.</p> 96 97<p class="toc_element"> 98 <code><a href="#close">close()</a></code></p> 99<p class="firstline">Close httplib2 connections.</p> 100<p class="toc_element"> 101 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p> 102<p class="firstline">Creates a developer. Once created, the developer can register an app and obtain an API key. At creation time, a developer is set as `active`. To change the developer status, use the SetDeveloperStatus API.</p> 103<p class="toc_element"> 104 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p> 105<p class="firstline">Deletes a developer. All apps and API keys associated with the developer are also removed. **Warning**: This API will permanently delete the developer and related artifacts. To avoid permanently deleting developers and their artifacts, set the developer status to `inactive` using the SetDeveloperStatus API. **Note**: The delete operation is asynchronous. The developer app is deleted immediately, but its associated resources, such as apps and API keys, may take anywhere from a few seconds to a few minutes to be deleted.</p> 106<p class="toc_element"> 107 <code><a href="#get">get(name, action=None, x__xgafv=None)</a></code></p> 108<p class="firstline">Returns the developer details, including the developer's name, email address, apps, and other information. **Note**: The response includes only the first 100 developer apps.</p> 109<p class="toc_element"> 110 <code><a href="#getBalance">getBalance(name, x__xgafv=None)</a></code></p> 111<p class="firstline">Gets the account balance for the developer.</p> 112<p class="toc_element"> 113 <code><a href="#getMonetizationConfig">getMonetizationConfig(name, x__xgafv=None)</a></code></p> 114<p class="firstline">Gets the monetization configuration for the developer.</p> 115<p class="toc_element"> 116 <code><a href="#list">list(parent, app=None, count=None, expand=None, ids=None, includeCompany=None, startKey=None, x__xgafv=None)</a></code></p> 117<p class="firstline">Lists all developers in an organization by email address. By default, the response does not include company developers. Set the `includeCompany` query parameter to `true` to include company developers. **Note**: A maximum of 1000 developers are returned in the response. You paginate the list of developers returned using the `startKey` and `count` query parameters.</p> 118<p class="toc_element"> 119 <code><a href="#setDeveloperStatus">setDeveloperStatus(name, action=None, x__xgafv=None)</a></code></p> 120<p class="firstline">Sets the status of a developer. A developer is `active` by default. If you set a developer's status to `inactive`, the API keys assigned to the developer apps are no longer valid even though the API keys are set to `approved`. Inactive developers can still sign in to the developer portal and create apps; however, any new API keys generated during app creation won't work. To set the status of a developer, set the `action` query parameter to `active` or `inactive`, and the `Content-Type` header to `application/octet-stream`. If successful, the API call returns the following HTTP status code: `204 No Content`</p> 121<p class="toc_element"> 122 <code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p> 123<p class="firstline">Updates a developer. This API replaces the existing developer details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. The custom attribute limit is 18. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.</p> 124<p class="toc_element"> 125 <code><a href="#updateMonetizationConfig">updateMonetizationConfig(name, body=None, x__xgafv=None)</a></code></p> 126<p class="firstline">Updates the monetization configuration for the developer.</p> 127<h3>Method Details</h3> 128<div class="method"> 129 <code class="details" id="close">close()</code> 130 <pre>Close httplib2 connections.</pre> 131</div> 132 133<div class="method"> 134 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code> 135 <pre>Creates a developer. Once created, the developer can register an app and obtain an API key. At creation time, a developer is set as `active`. To change the developer status, use the SetDeveloperStatus API. 136 137Args: 138 parent: string, Required. Name of the Apigee organization in which the developer is created. Use the following structure in your request: `organizations/{org}`. (required) 139 body: object, The request body. 140 The object takes the form of: 141 142{ 143 "accessType": "A String", # Access type. 144 "appFamily": "A String", # Developer app family. 145 "apps": [ # List of apps associated with the developer. 146 "A String", 147 ], 148 "attributes": [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18. 149 { # Key-value pair to store extra metadata. 150 "name": "A String", # API key of the attribute. 151 "value": "A String", # Value of the attribute. 152 }, 153 ], 154 "companies": [ # List of companies associated with the developer. 155 "A String", 156 ], 157 "createdAt": "A String", # Output only. Time at which the developer was created in milliseconds since epoch. 158 "developerId": "A String", # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time. 159 "email": "A String", # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only. 160 "firstName": "A String", # Required. First name of the developer. 161 "lastModifiedAt": "A String", # Output only. Time at which the developer was last modified in milliseconds since epoch. 162 "lastName": "A String", # Required. Last name of the developer. 163 "organizationName": "A String", # Output only. Name of the Apigee organization in which the developer resides. 164 "status": "A String", # Output only. Status of the developer. Valid values are `active` and `inactive`. 165 "userName": "A String", # Required. User name of the developer. Not used by Apigee hybrid. 166} 167 168 x__xgafv: string, V1 error format. 169 Allowed values 170 1 - v1 error format 171 2 - v2 error format 172 173Returns: 174 An object of the form: 175 176 { 177 "accessType": "A String", # Access type. 178 "appFamily": "A String", # Developer app family. 179 "apps": [ # List of apps associated with the developer. 180 "A String", 181 ], 182 "attributes": [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18. 183 { # Key-value pair to store extra metadata. 184 "name": "A String", # API key of the attribute. 185 "value": "A String", # Value of the attribute. 186 }, 187 ], 188 "companies": [ # List of companies associated with the developer. 189 "A String", 190 ], 191 "createdAt": "A String", # Output only. Time at which the developer was created in milliseconds since epoch. 192 "developerId": "A String", # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time. 193 "email": "A String", # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only. 194 "firstName": "A String", # Required. First name of the developer. 195 "lastModifiedAt": "A String", # Output only. Time at which the developer was last modified in milliseconds since epoch. 196 "lastName": "A String", # Required. Last name of the developer. 197 "organizationName": "A String", # Output only. Name of the Apigee organization in which the developer resides. 198 "status": "A String", # Output only. Status of the developer. Valid values are `active` and `inactive`. 199 "userName": "A String", # Required. User name of the developer. Not used by Apigee hybrid. 200}</pre> 201</div> 202 203<div class="method"> 204 <code class="details" id="delete">delete(name, x__xgafv=None)</code> 205 <pre>Deletes a developer. All apps and API keys associated with the developer are also removed. **Warning**: This API will permanently delete the developer and related artifacts. To avoid permanently deleting developers and their artifacts, set the developer status to `inactive` using the SetDeveloperStatus API. **Note**: The delete operation is asynchronous. The developer app is deleted immediately, but its associated resources, such as apps and API keys, may take anywhere from a few seconds to a few minutes to be deleted. 206 207Args: 208 name: string, Required. Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}` (required) 209 x__xgafv: string, V1 error format. 210 Allowed values 211 1 - v1 error format 212 2 - v2 error format 213 214Returns: 215 An object of the form: 216 217 { 218 "accessType": "A String", # Access type. 219 "appFamily": "A String", # Developer app family. 220 "apps": [ # List of apps associated with the developer. 221 "A String", 222 ], 223 "attributes": [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18. 224 { # Key-value pair to store extra metadata. 225 "name": "A String", # API key of the attribute. 226 "value": "A String", # Value of the attribute. 227 }, 228 ], 229 "companies": [ # List of companies associated with the developer. 230 "A String", 231 ], 232 "createdAt": "A String", # Output only. Time at which the developer was created in milliseconds since epoch. 233 "developerId": "A String", # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time. 234 "email": "A String", # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only. 235 "firstName": "A String", # Required. First name of the developer. 236 "lastModifiedAt": "A String", # Output only. Time at which the developer was last modified in milliseconds since epoch. 237 "lastName": "A String", # Required. Last name of the developer. 238 "organizationName": "A String", # Output only. Name of the Apigee organization in which the developer resides. 239 "status": "A String", # Output only. Status of the developer. Valid values are `active` and `inactive`. 240 "userName": "A String", # Required. User name of the developer. Not used by Apigee hybrid. 241}</pre> 242</div> 243 244<div class="method"> 245 <code class="details" id="get">get(name, action=None, x__xgafv=None)</code> 246 <pre>Returns the developer details, including the developer's name, email address, apps, and other information. **Note**: The response includes only the first 100 developer apps. 247 248Args: 249 name: string, Required. Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}` (required) 250 action: string, Status of the developer. Valid values are `active` or `inactive`. 251 x__xgafv: string, V1 error format. 252 Allowed values 253 1 - v1 error format 254 2 - v2 error format 255 256Returns: 257 An object of the form: 258 259 { 260 "accessType": "A String", # Access type. 261 "appFamily": "A String", # Developer app family. 262 "apps": [ # List of apps associated with the developer. 263 "A String", 264 ], 265 "attributes": [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18. 266 { # Key-value pair to store extra metadata. 267 "name": "A String", # API key of the attribute. 268 "value": "A String", # Value of the attribute. 269 }, 270 ], 271 "companies": [ # List of companies associated with the developer. 272 "A String", 273 ], 274 "createdAt": "A String", # Output only. Time at which the developer was created in milliseconds since epoch. 275 "developerId": "A String", # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time. 276 "email": "A String", # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only. 277 "firstName": "A String", # Required. First name of the developer. 278 "lastModifiedAt": "A String", # Output only. Time at which the developer was last modified in milliseconds since epoch. 279 "lastName": "A String", # Required. Last name of the developer. 280 "organizationName": "A String", # Output only. Name of the Apigee organization in which the developer resides. 281 "status": "A String", # Output only. Status of the developer. Valid values are `active` and `inactive`. 282 "userName": "A String", # Required. User name of the developer. Not used by Apigee hybrid. 283}</pre> 284</div> 285 286<div class="method"> 287 <code class="details" id="getBalance">getBalance(name, x__xgafv=None)</code> 288 <pre>Gets the account balance for the developer. 289 290Args: 291 name: string, Required. Account balance for the developer. Use the following structure in your request: `organizations/{org}/developers/{developer}/balance` (required) 292 x__xgafv: string, V1 error format. 293 Allowed values 294 1 - v1 error format 295 2 - v2 error format 296 297Returns: 298 An object of the form: 299 300 { # Account balance for the developer. 301 "wallets": [ # Output only. List of all wallets. Each individual wallet stores the account balance for a particular currency. 302 { # Wallet used to manage an account balance for a particular currency. 303 "balance": { # Represents an amount of money with its currency type. # Current remaining balance of the developer for a particular currency. 304 "currencyCode": "A String", # The three-letter currency code defined in ISO 4217. 305 "nanos": 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000. 306 "units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar. 307 }, 308 "lastCreditTime": "A String", # Output only. Time at which the developer last added credit to the account in milliseconds since epoch. 309 }, 310 ], 311}</pre> 312</div> 313 314<div class="method"> 315 <code class="details" id="getMonetizationConfig">getMonetizationConfig(name, x__xgafv=None)</code> 316 <pre>Gets the monetization configuration for the developer. 317 318Args: 319 name: string, Required. Monetization configuration for the developer. Use the following structure in your request: `organizations/{org}/developers/{developer}/monetizationConfig` (required) 320 x__xgafv: string, V1 error format. 321 Allowed values 322 1 - v1 error format 323 2 - v2 error format 324 325Returns: 326 An object of the form: 327 328 { # Monetization configuration for the developer. 329 "billingType": "A String", # Billing type. 330}</pre> 331</div> 332 333<div class="method"> 334 <code class="details" id="list">list(parent, app=None, count=None, expand=None, ids=None, includeCompany=None, startKey=None, x__xgafv=None)</code> 335 <pre>Lists all developers in an organization by email address. By default, the response does not include company developers. Set the `includeCompany` query parameter to `true` to include company developers. **Note**: A maximum of 1000 developers are returned in the response. You paginate the list of developers returned using the `startKey` and `count` query parameters. 336 337Args: 338 parent: string, Required. Name of the Apigee organization. Use the following structure in your request: `organizations/{org}`. (required) 339 app: string, Optional. List only Developers that are associated with the app. Note that start_key, count are not applicable for this filter criteria. 340 count: string, Optional. Number of developers to return in the API call. Use with the `startKey` parameter to provide more targeted filtering. The limit is 1000. 341 expand: boolean, Specifies whether to expand the results. Set to `true` to expand the results. This query parameter is not valid if you use the `count` or `startKey` query parameters. 342 ids: string, Optional. List of IDs to include, separated by commas. 343 includeCompany: boolean, Flag that specifies whether to include company details in the response. 344 startKey: string, **Note**: Must be used in conjunction with the `count` parameter. Email address of the developer from which to start displaying the list of developers. For example, if the an unfiltered list returns: ``` westley@example.com fezzik@example.com buttercup@example.com ``` and your `startKey` is `fezzik@example.com`, the list returned will be ``` fezzik@example.com buttercup@example.com ``` 345 x__xgafv: string, V1 error format. 346 Allowed values 347 1 - v1 error format 348 2 - v2 error format 349 350Returns: 351 An object of the form: 352 353 { 354 "developer": [ # List of developers. 355 { 356 "accessType": "A String", # Access type. 357 "appFamily": "A String", # Developer app family. 358 "apps": [ # List of apps associated with the developer. 359 "A String", 360 ], 361 "attributes": [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18. 362 { # Key-value pair to store extra metadata. 363 "name": "A String", # API key of the attribute. 364 "value": "A String", # Value of the attribute. 365 }, 366 ], 367 "companies": [ # List of companies associated with the developer. 368 "A String", 369 ], 370 "createdAt": "A String", # Output only. Time at which the developer was created in milliseconds since epoch. 371 "developerId": "A String", # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time. 372 "email": "A String", # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only. 373 "firstName": "A String", # Required. First name of the developer. 374 "lastModifiedAt": "A String", # Output only. Time at which the developer was last modified in milliseconds since epoch. 375 "lastName": "A String", # Required. Last name of the developer. 376 "organizationName": "A String", # Output only. Name of the Apigee organization in which the developer resides. 377 "status": "A String", # Output only. Status of the developer. Valid values are `active` and `inactive`. 378 "userName": "A String", # Required. User name of the developer. Not used by Apigee hybrid. 379 }, 380 ], 381}</pre> 382</div> 383 384<div class="method"> 385 <code class="details" id="setDeveloperStatus">setDeveloperStatus(name, action=None, x__xgafv=None)</code> 386 <pre>Sets the status of a developer. A developer is `active` by default. If you set a developer's status to `inactive`, the API keys assigned to the developer apps are no longer valid even though the API keys are set to `approved`. Inactive developers can still sign in to the developer portal and create apps; however, any new API keys generated during app creation won't work. To set the status of a developer, set the `action` query parameter to `active` or `inactive`, and the `Content-Type` header to `application/octet-stream`. If successful, the API call returns the following HTTP status code: `204 No Content` 387 388Args: 389 name: string, Required. Name of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_id}` (required) 390 action: string, Status of the developer. Valid values are `active` and `inactive`. 391 x__xgafv: string, V1 error format. 392 Allowed values 393 1 - v1 error format 394 2 - v2 error format 395 396Returns: 397 An object of the form: 398 399 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`. 400}</pre> 401</div> 402 403<div class="method"> 404 <code class="details" id="update">update(name, body=None, x__xgafv=None)</code> 405 <pre>Updates a developer. This API replaces the existing developer details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. The custom attribute limit is 18. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds. 406 407Args: 408 name: string, Required. Email address of the developer. Use the following structure in your request: `organizations/{org}/developers/{developer_email}` (required) 409 body: object, The request body. 410 The object takes the form of: 411 412{ 413 "accessType": "A String", # Access type. 414 "appFamily": "A String", # Developer app family. 415 "apps": [ # List of apps associated with the developer. 416 "A String", 417 ], 418 "attributes": [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18. 419 { # Key-value pair to store extra metadata. 420 "name": "A String", # API key of the attribute. 421 "value": "A String", # Value of the attribute. 422 }, 423 ], 424 "companies": [ # List of companies associated with the developer. 425 "A String", 426 ], 427 "createdAt": "A String", # Output only. Time at which the developer was created in milliseconds since epoch. 428 "developerId": "A String", # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time. 429 "email": "A String", # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only. 430 "firstName": "A String", # Required. First name of the developer. 431 "lastModifiedAt": "A String", # Output only. Time at which the developer was last modified in milliseconds since epoch. 432 "lastName": "A String", # Required. Last name of the developer. 433 "organizationName": "A String", # Output only. Name of the Apigee organization in which the developer resides. 434 "status": "A String", # Output only. Status of the developer. Valid values are `active` and `inactive`. 435 "userName": "A String", # Required. User name of the developer. Not used by Apigee hybrid. 436} 437 438 x__xgafv: string, V1 error format. 439 Allowed values 440 1 - v1 error format 441 2 - v2 error format 442 443Returns: 444 An object of the form: 445 446 { 447 "accessType": "A String", # Access type. 448 "appFamily": "A String", # Developer app family. 449 "apps": [ # List of apps associated with the developer. 450 "A String", 451 ], 452 "attributes": [ # Optional. Developer attributes (name/value pairs). The custom attribute limit is 18. 453 { # Key-value pair to store extra metadata. 454 "name": "A String", # API key of the attribute. 455 "value": "A String", # Value of the attribute. 456 }, 457 ], 458 "companies": [ # List of companies associated with the developer. 459 "A String", 460 ], 461 "createdAt": "A String", # Output only. Time at which the developer was created in milliseconds since epoch. 462 "developerId": "A String", # ID of the developer. **Note**: IDs are generated internally by Apigee and are not guaranteed to stay the same over time. 463 "email": "A String", # Required. Email address of the developer. This value is used to uniquely identify the developer in Apigee hybrid. Note that the email address has to be in lowercase only. 464 "firstName": "A String", # Required. First name of the developer. 465 "lastModifiedAt": "A String", # Output only. Time at which the developer was last modified in milliseconds since epoch. 466 "lastName": "A String", # Required. Last name of the developer. 467 "organizationName": "A String", # Output only. Name of the Apigee organization in which the developer resides. 468 "status": "A String", # Output only. Status of the developer. Valid values are `active` and `inactive`. 469 "userName": "A String", # Required. User name of the developer. Not used by Apigee hybrid. 470}</pre> 471</div> 472 473<div class="method"> 474 <code class="details" id="updateMonetizationConfig">updateMonetizationConfig(name, body=None, x__xgafv=None)</code> 475 <pre>Updates the monetization configuration for the developer. 476 477Args: 478 name: string, Required. Monetization configuration for the developer. Use the following structure in your request: `organizations/{org}/developers/{developer}/monetizationConfig` (required) 479 body: object, The request body. 480 The object takes the form of: 481 482{ # Monetization configuration for the developer. 483 "billingType": "A String", # Billing type. 484} 485 486 x__xgafv: string, V1 error format. 487 Allowed values 488 1 - v1 error format 489 2 - v2 error format 490 491Returns: 492 An object of the form: 493 494 { # Monetization configuration for the developer. 495 "billingType": "A String", # Billing type. 496}</pre> 497</div> 498 499</body></html>