Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.5 KB

NestedPowerPanel.md

File metadata and controls

135 lines (72 loc) · 3.5 KB

NestedPowerPanel

Properties

Name Type Description Notes
Id string [readonly]
Url string [readonly]
Name string
PowerfeedCount int32 [readonly]
Display string Human friendly display value [readonly]

Methods

NewNestedPowerPanel

func NewNestedPowerPanel(id string, url string, name string, powerfeedCount int32, display string, ) *NestedPowerPanel

NewNestedPowerPanel instantiates a new NestedPowerPanel 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

NewNestedPowerPanelWithDefaults

func NewNestedPowerPanelWithDefaults() *NestedPowerPanel

NewNestedPowerPanelWithDefaults instantiates a new NestedPowerPanel 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

GetId

func (o *NestedPowerPanel) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *NestedPowerPanel) GetIdOk() (*string, bool)

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

SetId

func (o *NestedPowerPanel) SetId(v string)

SetId sets Id field to given value.

GetUrl

func (o *NestedPowerPanel) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *NestedPowerPanel) GetUrlOk() (*string, bool)

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

SetUrl

func (o *NestedPowerPanel) SetUrl(v string)

SetUrl sets Url field to given value.

GetName

func (o *NestedPowerPanel) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *NestedPowerPanel) GetNameOk() (*string, bool)

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

SetName

func (o *NestedPowerPanel) SetName(v string)

SetName sets Name field to given value.

GetPowerfeedCount

func (o *NestedPowerPanel) GetPowerfeedCount() int32

GetPowerfeedCount returns the PowerfeedCount field if non-nil, zero value otherwise.

GetPowerfeedCountOk

func (o *NestedPowerPanel) GetPowerfeedCountOk() (*int32, bool)

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

SetPowerfeedCount

func (o *NestedPowerPanel) SetPowerfeedCount(v int32)

SetPowerfeedCount sets PowerfeedCount field to given value.

GetDisplay

func (o *NestedPowerPanel) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

func (o *NestedPowerPanel) GetDisplayOk() (*string, bool)

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

SetDisplay

func (o *NestedPowerPanel) SetDisplay(v string)

SetDisplay sets Display field to given value.

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