Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.34 KB

InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy.md

File metadata and controls

93 lines (50 loc) · 3.34 KB

InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy

Properties

Name Type Description Notes
Value int32
Units string
Precision int32

Methods

NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy

func NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy(value int32, units string, precision int32, ) *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy

NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy instantiates a new InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergyWithDefaults

func NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergyWithDefaults() *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy

NewInvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergyWithDefaults instantiates a new InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetValue

func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetValue() int32

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetValueOk() (*int32, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) SetValue(v int32)

SetValue sets Value field to given value.

GetUnits

func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetUnits() string

GetUnits returns the Units field if non-nil, zero value otherwise.

GetUnitsOk

func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetUnitsOk() (*string, bool)

GetUnitsOk returns a tuple with the Units field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUnits

func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) SetUnits(v string)

SetUnits sets Units field to given value.

GetPrecision

func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetPrecision() int32

GetPrecision returns the Precision field if non-nil, zero value otherwise.

GetPrecisionOk

func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) GetPrecisionOk() (*int32, bool)

GetPrecisionOk returns a tuple with the Precision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPrecision

func (o *InvertersSummaryByEnvoyOrSiteResponseMicroInvertersInnerEnergy) SetPrecision(v int32)

SetPrecision sets Precision field to given value.

[Back to Model list] [Back to API list] [Back to README]