| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | ||
| value | QueryPredicateValue | ||
| operator | String |
require 'fastcomments-client'
instance = FastCommentsClient::QueryPredicate.new(
key: null,
value: null,
operator: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | ||
| value | QueryPredicateValue | ||
| operator | String |
require 'fastcomments-client'
instance = FastCommentsClient::QueryPredicate.new(
key: null,
value: null,
operator: null
)