TagResultGroup

public struct TagResultGroup

DataPoint response information about how the data points are grouped for a tag

  • The name of the group

    Declaration

    Swift

    public private(set) var name: String?
  • The type the data points are grouped by

    Declaration

    Swift

    public private(set) var type: String?