ActionType

public enum ActionType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case instancerefresh = "InstanceRefresh"
  • Undocumented

    Declaration

    Swift

    case platformupdate = "PlatformUpdate"
  • Undocumented

    Declaration

    Swift

    case unknown = "Unknown"
  • Declaration

    Swift

    public var description: String { get }