| SheetAutomationRuleResources Methods |  | 
The SheetAutomationRuleResources type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | DeleteAutomationRule | Deletes an automation rule for this sheet. Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/automationrules/{automationRuleId} | 
|  | GetAutomationRule | Gets an automation rule for this sheet. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/automationrules/{automationRuleId} | 
|  | ListAutomationRules | Gets all automation rules for this sheet. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/automationrules | 
|  | UpdateAutomationRule | Updates an automation rule for this sheet. Mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId}/automationrules/{automationRuleId} | 
 See Also
See Also