github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ListCompanyAnsweringRuleInfo.md (about) 1 # ListCompanyAnsweringRuleInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Id** | **string** | Internal identifier of an answering rule | [optional] 7 **Uri** | **string** | Canonical URI of an answering rule | [optional] 8 **Enabled** | **bool** | Specifies if the rule is active or inactive. The default value is 'True' | [optional] [default to true] 9 **Type** | **string** | Type of an answering rule, the default value is 'Custom' = ['BusinessHours', 'AfterHours', 'Custom'] | [optional] 10 **Name** | **string** | Name of an answering rule specified by user. Max number of symbols is 30. The default value is 'My Rule N' where 'N' is the first free number | [optional] 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14