DesWorkspaceInsUpsertInsightByKeyPayload
Payload produced when upserting an insight using a deduplication key.
type DesWorkspaceInsUpsertInsightByKeyPayload {
errors: [DesWorkspaceInsInsightErrorPayload!]!
insight: DesWorkspaceInsInsight
}
Fields
DesWorkspaceInsUpsertInsightByKeyPayload.errors ● [DesWorkspaceInsInsightErrorPayload!]! non-null object
Errors that occurred while performing the operation.
DesWorkspaceInsUpsertInsightByKeyPayload.insight ● DesWorkspaceInsInsight object
Insight resulting from the upsert operation.