KKSuccess

public struct KKSuccess : Codable

An immutable object that stores information about a single successful request, such as the success message.

Properties

  • The message of a successful request.

    Declaration

    Swift

    public var message: String?