UserFeaturesGetValuesBatchArg

public class UserFeaturesGetValuesBatchArg : CustomStringConvertible, JSONRepresentable

The UserFeaturesGetValuesBatchArg struct

  • A list of features in UserFeature. If the list is empty, this route will return UserFeaturesGetValuesBatchError.

    Declaration

    Swift

    public let features: [Users.UserFeature]
  • Declaration

    Swift

    public var description: String { get }