DataPointResponse
public struct DataPointResponse: Equatable
                The response for a DataPointRequest
- 
                  
                  
The tags with data points for the requested Time Series data
Declaration
Swift
public private(set) var dataPoints: [TagDataPoint]? 
            View on GitHub
          
      DataPointResponse Structure Reference