Record
goal-metric-request
No description available.
record goal-metric-request {
gid: option<string>,
resource-type: option<string>,
currency-code: option<string>,
current-display-value: option<string>,
current-number-value: option<f64>,
initial-number-value: option<f64>,
precision: option<s32>,
progress-source: option<goal-response-metric-progress-source-enum>,
resource-subtype: option<goal-response-metric-resource-subtype-enum>,
target-number-value: option<f64>,
unit: option<goal-response-metric-unit-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| gid | option<string> | |
| resource-type | option<string> | |
| currency-code | option<string> | |
| current-display-value | option<string> | |
| current-number-value | option<f64> | |
| initial-number-value | option<f64> | |
| precision | option<s32> | |
| progress-source | option<goal-response-metric-progress-source-enum> | |
| resource-subtype | option<goal-response-metric-resource-subtype-enum> | |
| target-number-value | option<f64> | |
| unit | option<goal-response-metric-unit-enum> |