LicenseProvider

public struct LicenseProvider : Codable

The licenser provider information

  • The provider name

    Declaration

    Swift

    public var provider: String
  • The version of the provider

    Declaration

    Swift

    public var version: String