Layer 220
constructor

Parameters

Name Type Description
Part double Partial value
Total double Total value

Gogram Example

// Creating StatsPercentValue constructor
obj := &tg.StatsPercentValue{
    Part: 0.0,
    Total: 0.0,
}