Name | Type | Description | Notes |
---|---|---|---|
SystemId | int32 | Enlighten ID for this system. | |
Envoys | Pointer to []InventoryResponseEnvoysInner | A list of Envoys on this system, including serial number. | [optional] |
Inverters | []InventoryResponseEnvoysInner | A list of inverters on this system, including serial and model numbers. | |
Meters | []InventoryResponseMetersInner | A list of meters on this system, including serial number, manufacturer, and model number. | |
Meta | Meta |
func NewInventoryResponse(systemId int32, inverters []InventoryResponseEnvoysInner, meters []InventoryResponseMetersInner, meta Meta, ) *InventoryResponse
NewInventoryResponse instantiates a new InventoryResponse 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
func NewInventoryResponseWithDefaults() *InventoryResponse
NewInventoryResponseWithDefaults instantiates a new InventoryResponse 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
func (o *InventoryResponse) GetSystemId() int32
GetSystemId returns the SystemId field if non-nil, zero value otherwise.
func (o *InventoryResponse) GetSystemIdOk() (*int32, bool)
GetSystemIdOk returns a tuple with the SystemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponse) SetSystemId(v int32)
SetSystemId sets SystemId field to given value.
func (o *InventoryResponse) GetEnvoys() []InventoryResponseEnvoysInner
GetEnvoys returns the Envoys field if non-nil, zero value otherwise.
func (o *InventoryResponse) GetEnvoysOk() (*[]InventoryResponseEnvoysInner, bool)
GetEnvoysOk returns a tuple with the Envoys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponse) SetEnvoys(v []InventoryResponseEnvoysInner)
SetEnvoys sets Envoys field to given value.
func (o *InventoryResponse) HasEnvoys() bool
HasEnvoys returns a boolean if a field has been set.
func (o *InventoryResponse) GetInverters() []InventoryResponseEnvoysInner
GetInverters returns the Inverters field if non-nil, zero value otherwise.
func (o *InventoryResponse) GetInvertersOk() (*[]InventoryResponseEnvoysInner, bool)
GetInvertersOk returns a tuple with the Inverters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponse) SetInverters(v []InventoryResponseEnvoysInner)
SetInverters sets Inverters field to given value.
func (o *InventoryResponse) GetMeters() []InventoryResponseMetersInner
GetMeters returns the Meters field if non-nil, zero value otherwise.
func (o *InventoryResponse) GetMetersOk() (*[]InventoryResponseMetersInner, bool)
GetMetersOk returns a tuple with the Meters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponse) SetMeters(v []InventoryResponseMetersInner)
SetMeters sets Meters field to given value.
func (o *InventoryResponse) GetMeta() Meta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *InventoryResponse) GetMetaOk() (*Meta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryResponse) SetMeta(v Meta)
SetMeta sets Meta field to given value.