DesWorkspaceInsInitializeInsightsIfRequiredPayload
Payload returned when initializing insights on first use.
type DesWorkspaceInsInitializeInsightsIfRequiredPayload {
errors: [DesWorkspaceInsInsightErrorPayload!]!
isSuccess: Boolean!
}
Fields
DesWorkspaceInsInitializeInsightsIfRequiredPayload.errors ● [DesWorkspaceInsInsightErrorPayload!]! non-null object
Errors that occurred while performing the operation.
DesWorkspaceInsInitializeInsightsIfRequiredPayload.isSuccess ● Boolean! non-null scalar
Indicates whether the initialization finished successfully.