github.com/Axway/agent-sdk@v1.1.101/pkg/apic/unifiedcatalog/models/model_chart_data_point.go (about) 1 /* 2 * Amplify Unified Catalog APIs 3 * 4 * APIs for Amplify Unified Catalog 5 * 6 * API version: 1.43.0 7 * Contact: support@axway.com 8 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 9 */ 10 11 package unifiedcatalog 12 // ChartDataPoint struct for ChartDataPoint 13 type ChartDataPoint struct { 14 // Data point timestamp 15 Time float32 `json:"time"` 16 // Value based on chart type 17 Total float32 `json:"total,omitempty"` 18 }