type
RelationshipFilterValue
type RelationshipFilterValue struct {
Type ValueType `json:"type"`
Value string `json:"value"`
}One canonically encoded typed literal used by a relationship option filter.
TypeValueType- The Type value.
Valuestring- The Value value.