The response message for EntityTypes.ImportEntityTypes
.
JSON representation |
---|
{
"entityTypes": [
string
],
"conflictingResources": {
object ( |
Fields | |
---|---|
entity |
The unique identifier of the imported entity types. Format: |
conflicting |
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 | |
---|---|
entity |
Display names of conflicting entity types. |
entity |
Display names of conflicting entities. |