The response message for EntityTypes.ImportEntityTypes
.
| JSON representation |
|---|
{
"entityTypes"
:
[
string
]
,
"conflictingResources"
:
{
object (
|
| Fields | |
|---|---|
entityTypes[]
|
The unique identifier of the imported entity types. Format: |
conflictingResources
|
Info which resources have conflicts when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] mergeOption is set in ImportEntityTypesRequest. |
ConflictingResources
Conflicting resources detected during the import process. Only filled when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] is set in the request and there are conflicts in the display names.
| JSON representation |
|---|
{ "entityTypeDisplayNames" : [ string ] , "entityDisplayNames" : [ string ] } |
| Fields | |
|---|---|
entityTypeDisplayNames[]
|
Display names of conflicting entity types. |
entityDisplayNames[]
|
Display names of conflicting entities. |

