OpsItemFilterKey enum
- Inheritance
- Available extensions
Values
- status → const OpsItemFilterKey
- createdBy → const OpsItemFilterKey
- source → const OpsItemFilterKey
- priority → const OpsItemFilterKey
- title → const OpsItemFilterKey
- opsItemId → const OpsItemFilterKey
- createdTime → const OpsItemFilterKey
- lastModifiedTime → const OpsItemFilterKey
- actualStartTime → const OpsItemFilterKey
- actualEndTime → const OpsItemFilterKey
- plannedStartTime → const OpsItemFilterKey
- plannedEndTime → const OpsItemFilterKey
- operationalData → const OpsItemFilterKey
- operationalDataKey → const OpsItemFilterKey
- operationalDataValue → const OpsItemFilterKey
- resourceId → const OpsItemFilterKey
- automationId → const OpsItemFilterKey
- category → const OpsItemFilterKey
- severity → const OpsItemFilterKey
- opsItemType → const OpsItemFilterKey
- changeRequestByRequesterArn → const OpsItemFilterKey
- changeRequestByRequesterName → const OpsItemFilterKey
- changeRequestByApproverArn → const OpsItemFilterKey
- changeRequestByApproverName → const OpsItemFilterKey
- changeRequestByTemplate → const OpsItemFilterKey
- changeRequestByTargetsResourceGroup → const OpsItemFilterKey
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  toValue() → String 
- 
      Available on OpsItemFilterKey, provided by the OpsItemFilterKeyValueExtension extension 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- 
    values
  → const List<OpsItemFilterKey> 
- A constant List of the values in this enum, in order of their declaration.