OBJECT

FilterCreateResponse

Description

Supported in v7.0+ Information about the asynchronous request initiated to create the multi-tag filter.

link GraphQL Schema definition

  • type FilterCreateResponse {
  • # Required. Supported in v7.0+
  • asyncRequestStatus: AsyncRequestStatus
  • # Required. Supported in v7.0+
  • # Conditional logic in the filter.
  • condition: String!
  • # Required. Supported in v7.0+
  • # The ID of the filter created.
  • id: String!
  • # Required. Supported in v7.0+
  • # Filter name.
  • name: String!
  • }