RefreshSchemasStatusTypeValue

public enum RefreshSchemasStatusTypeValue : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case successful = "successful"
  • Undocumented

    Declaration

    Swift

    case failed = "failed"
  • Undocumented

    Declaration

    Swift

    case refreshing = "refreshing"
  • Declaration

    Swift

    public var description: String { get }