# Athenian::ProductFeature ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | | | **parameters** | [**ProductFeatureParameters**](ProductFeatureParameters.md) | | | ## Example ```ruby require 'athenian' instance = Athenian::ProductFeature.new( name: null, parameters: null ) ```