Click or drag to resize

AutomationRule Class

Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsAutomationRule

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class AutomationRule : IdentifiableModel

The AutomationRule type exposes the following members.

Constructors
  NameDescription
Public methodAutomationRule
Top
Properties
  NameDescription
Public propertyAction
Gets the automation action for this rule
Public propertyCreatedAt
Gets a timestamp of when the rule was created
Public propertyCreatedBy
Gets the User object for the author of this rule
Public propertyDisabledReason
Gets a machine-readable reason a rule is disabled
Public propertyDisabledReasonText
Gets descriptive text for why this rule is disabled
Public propertyEnabled
Gets flag indicating whether rule is active
Public propertyModifiedAt
Gets a timestamp for the last modification to this rule
Public propertyModifiedBy
Gets the user who made the last modification to this rule
Public propertyUserCanModify
Gets a flag indicating whether the current user can modify this rule
Top
See Also