FeaturesGetValuesBatchArg

public class FeaturesGetValuesBatchArg : CustomStringConvertible, JSONRepresentable

The FeaturesGetValuesBatchArg struct

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

    Declaration

    Swift

    public let features: [Team.Feature]
  • Declaration

    Swift

    public var description: String { get }