github.com/launchdarkly/api-client-go@v5.3.0+incompatible/model_stream_usage_series.go (about)

     1  /*
     2   * LaunchDarkly REST API
     3   *
     4   * Build custom integrations with the LaunchDarkly REST API
     5   *
     6   * API version: 5.3.0
     7   * Contact: support@launchdarkly.com
     8   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     9   */
    10  
    11  package ldapi
    12  
    13  type StreamUsageSeries struct {
    14  	// A key corresponding to a time series data point.
    15  	Var0 int64 `json:"0,omitempty"`
    16  	// A unix epoch time in milliseconds specifying the creation time of this flag.
    17  	Time int64 `json:"time,omitempty"`
    18  }