Skip to content

Latest commit

 

History

History
222 lines (121 loc) · 6.45 KB

PatchedWritablePowerPanelRequest.md

File metadata and controls

222 lines (121 loc) · 6.45 KB

PatchedWritablePowerPanelRequest

Properties

Name Type Description Notes
Site Pointer to int32 [optional]
Location Pointer to NullableInt32 [optional]
Name Pointer to string [optional]
Description Pointer to string [optional]
Comments Pointer to string [optional]
Tags Pointer to []NestedTagRequest [optional]
CustomFields Pointer to map[string]interface{} [optional]

Methods

NewPatchedWritablePowerPanelRequest

func NewPatchedWritablePowerPanelRequest() *PatchedWritablePowerPanelRequest

NewPatchedWritablePowerPanelRequest instantiates a new PatchedWritablePowerPanelRequest 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

NewPatchedWritablePowerPanelRequestWithDefaults

func NewPatchedWritablePowerPanelRequestWithDefaults() *PatchedWritablePowerPanelRequest

NewPatchedWritablePowerPanelRequestWithDefaults instantiates a new PatchedWritablePowerPanelRequest 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

GetSite

func (o *PatchedWritablePowerPanelRequest) GetSite() int32

GetSite returns the Site field if non-nil, zero value otherwise.

GetSiteOk

func (o *PatchedWritablePowerPanelRequest) GetSiteOk() (*int32, bool)

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

SetSite

func (o *PatchedWritablePowerPanelRequest) SetSite(v int32)

SetSite sets Site field to given value.

HasSite

func (o *PatchedWritablePowerPanelRequest) HasSite() bool

HasSite returns a boolean if a field has been set.

GetLocation

func (o *PatchedWritablePowerPanelRequest) GetLocation() int32

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

func (o *PatchedWritablePowerPanelRequest) GetLocationOk() (*int32, bool)

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

SetLocation

func (o *PatchedWritablePowerPanelRequest) SetLocation(v int32)

SetLocation sets Location field to given value.

HasLocation

func (o *PatchedWritablePowerPanelRequest) HasLocation() bool

HasLocation returns a boolean if a field has been set.

SetLocationNil

func (o *PatchedWritablePowerPanelRequest) SetLocationNil(b bool)

SetLocationNil sets the value for Location to be an explicit nil

UnsetLocation

func (o *PatchedWritablePowerPanelRequest) UnsetLocation()

UnsetLocation ensures that no value is present for Location, not even an explicit nil

GetName

func (o *PatchedWritablePowerPanelRequest) GetName() string

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

GetNameOk

func (o *PatchedWritablePowerPanelRequest) 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 *PatchedWritablePowerPanelRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedWritablePowerPanelRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetDescription

func (o *PatchedWritablePowerPanelRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *PatchedWritablePowerPanelRequest) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *PatchedWritablePowerPanelRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *PatchedWritablePowerPanelRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetComments

func (o *PatchedWritablePowerPanelRequest) GetComments() string

GetComments returns the Comments field if non-nil, zero value otherwise.

GetCommentsOk

func (o *PatchedWritablePowerPanelRequest) GetCommentsOk() (*string, bool)

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

SetComments

func (o *PatchedWritablePowerPanelRequest) SetComments(v string)

SetComments sets Comments field to given value.

HasComments

func (o *PatchedWritablePowerPanelRequest) HasComments() bool

HasComments returns a boolean if a field has been set.

GetTags

func (o *PatchedWritablePowerPanelRequest) GetTags() []NestedTagRequest

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *PatchedWritablePowerPanelRequest) GetTagsOk() (*[]NestedTagRequest, bool)

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

SetTags

func (o *PatchedWritablePowerPanelRequest) SetTags(v []NestedTagRequest)

SetTags sets Tags field to given value.

HasTags

func (o *PatchedWritablePowerPanelRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

GetCustomFields

func (o *PatchedWritablePowerPanelRequest) GetCustomFields() map[string]interface{}

GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.

GetCustomFieldsOk

func (o *PatchedWritablePowerPanelRequest) GetCustomFieldsOk() (*map[string]interface{}, bool)

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

SetCustomFields

func (o *PatchedWritablePowerPanelRequest) SetCustomFields(v map[string]interface{})

SetCustomFields sets CustomFields field to given value.

HasCustomFields

func (o *PatchedWritablePowerPanelRequest) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

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