Flow

open class Flow : Codable

Represents a Flow in Moltin

  • id

    The id of this flow

    Declaration

    Swift

    public let id: String
  • The type of this object

    Declaration

    Swift

    public let type: String
  • The name of this flow

    Declaration

    Swift

    public let name: String
  • The slug of this flow

    Declaration

    Swift

    public let slug: String
  • The description of this flow

    Declaration

    Swift

    public let description: String
  • Whether this flow is enabled or not

    Declaration

    Swift

    public let enabled: Bool