| Name | Type | Description | Notes |
|---|---|---|---|
| display_name | String | Human readable facet name. | [optional] |
| name | String | Facet key. Pass a chosen option back as facet_{name}={option}. | [optional] |
| options | Array<String> | Available values for this facet. | [optional] |
require 'ultracart_api'
instance = UltracartClient::SfvbLibraryFacet.new(
display_name: null,
name: null,
options: null
)