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
- # Required. Supported in v7.0+
- # Conditional logic in the filter.
- : String!
- # Required. Supported in v7.0+
- # The ID of the filter created.
- : String!
- # Required. Supported in v7.0+
- # Filter name.
- : String!
- }