# Athenian::WorkTypeRule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Rule name - must be unique within the parent work type. | | | **body** | **Object** | Freeform parameters of the rule. | | ## Example ```ruby require 'athenian' instance = Athenian::WorkTypeRule.new( name: null, body: null ) ```