9 lines
168 B
Go
9 lines
168 B
Go
|
|
// Code generated by apigen. DO NOT EDIT.
|
||
|
|
|
||
|
|
package models
|
||
|
|
|
||
|
|
type RetentionPoint struct {
|
||
|
|
Day int `json:"day,omitempty"`
|
||
|
|
Value float64 `json:"value,omitempty"`
|
||
|
|
}
|