| Name | Type | Description | Notes |
|---|---|---|---|
| operator | String | The operator for which an operator schema is defined. | [optional][readonly] |
| is_unique | Boolean | Whether the operator can be repeated multiple times. | [optional][readonly] |
require 'merge_crm_client'
instance = MergeCRMClient::OperatorSchema.new(
operator: null,
is_unique: null
)