Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.42 KB

GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower.md

File metadata and controls

56 lines (31 loc) · 2.42 KB

GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower

Properties

Name Type Description Notes
Enabled Pointer to bool True if power is turned on to the device that is connected downstream of the MT40 power monitor. [optional]

Methods

NewGetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower

func NewGetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower() *GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower

NewGetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower instantiates a new GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower 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

NewGetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPowerWithDefaults

func NewGetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPowerWithDefaults() *GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower

NewGetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPowerWithDefaults instantiates a new GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower 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

GetEnabled

func (o *GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower) GetEnabledOk() (*bool, bool)

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

SetEnabled

func (o *GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *GetOrganizationSensorReadingsHistory200ResponseInnerDownstreamPower) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

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