IntegrationDetails
Stay organized with collections
Save and categorize content based on your preferences.
Integration details of an entry.
JSON representation |
{
"integrationCode": string,
"details": string
} |
Fields |
integrationCode |
string
An external identifier to be associated with the entry. The integration code will show up together with the entry in many places in the system, for example, reporting. Must be UTF-8 encoded with a length of no more than 500 characters.
|
details |
string
Additional details of the entry in string format. Must be UTF-8 encoded with a length of no more than 1000 characters.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["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 2024-09-18 UTC."],[[["Entry integration details are represented using JSON with `integrationCode` and `details` fields."],["`integrationCode` is an external identifier associated with the entry, limited to 500 UTF-8 encoded characters."],["`details` provides additional information about the entry, limited to 1000 UTF-8 encoded characters."]]],[]]