github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ForwardingInfoCreateRuleRequest.md (about)

     1  # ForwardingInfoCreateRuleRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **NotifyMySoftPhones** | **bool** | Specifies if the first ring on desktop/mobile apps is enabled. The default value is 'True' | [optional] 
     7  **NotifyAdminSoftPhones** | **bool** | Specifies if the administrator's softphone (desktop application) is notified before forwarding the incoming call to desk phones and forwarding numbers. The default value is 'True' | [optional] 
     8  **SoftPhonesRingCount** | **int32** | Specifies delay between ring on apps and starting of a call forwarding. The default value is 1 | [optional] 
     9  **RingingMode** | **string** | Specifies the order in which forwarding numbers ring. 'Sequentially' means that forwarding numbers are ringing one at a time, in order of priority. 'Simultaneously' means that forwarding numbers are ringing all at the same time. The default value is 'Sequentially' | [optional] 
    10  **Rules** | [**[]RuleInfoCreateRuleRequest**](RuleInfoCreateRuleRequest.md) | Information on a call forwarding rule | [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