Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.3 KB

ComputerGeneralUpdate.md

File metadata and controls

186 lines (101 loc) · 5.3 KB

ComputerGeneralUpdate

Properties

Name Type Description Notes
Name Pointer to string [optional]
LastIpAddress Pointer to string [optional]
Barcode1 Pointer to string [optional]
Barcode2 Pointer to string [optional]
AssetTag Pointer to string [optional]
ExtensionAttributes Pointer to []ComputerExtensionAttribute [optional]

Methods

NewComputerGeneralUpdate

func NewComputerGeneralUpdate() *ComputerGeneralUpdate

NewComputerGeneralUpdate instantiates a new ComputerGeneralUpdate 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

NewComputerGeneralUpdateWithDefaults

func NewComputerGeneralUpdateWithDefaults() *ComputerGeneralUpdate

NewComputerGeneralUpdateWithDefaults instantiates a new ComputerGeneralUpdate 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

GetName

func (o *ComputerGeneralUpdate) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *ComputerGeneralUpdate) HasName() bool

HasName returns a boolean if a field has been set.

GetLastIpAddress

func (o *ComputerGeneralUpdate) GetLastIpAddress() string

GetLastIpAddress returns the LastIpAddress field if non-nil, zero value otherwise.

GetLastIpAddressOk

func (o *ComputerGeneralUpdate) GetLastIpAddressOk() (*string, bool)

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

SetLastIpAddress

func (o *ComputerGeneralUpdate) SetLastIpAddress(v string)

SetLastIpAddress sets LastIpAddress field to given value.

HasLastIpAddress

func (o *ComputerGeneralUpdate) HasLastIpAddress() bool

HasLastIpAddress returns a boolean if a field has been set.

GetBarcode1

func (o *ComputerGeneralUpdate) GetBarcode1() string

GetBarcode1 returns the Barcode1 field if non-nil, zero value otherwise.

GetBarcode1Ok

func (o *ComputerGeneralUpdate) GetBarcode1Ok() (*string, bool)

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

SetBarcode1

func (o *ComputerGeneralUpdate) SetBarcode1(v string)

SetBarcode1 sets Barcode1 field to given value.

HasBarcode1

func (o *ComputerGeneralUpdate) HasBarcode1() bool

HasBarcode1 returns a boolean if a field has been set.

GetBarcode2

func (o *ComputerGeneralUpdate) GetBarcode2() string

GetBarcode2 returns the Barcode2 field if non-nil, zero value otherwise.

GetBarcode2Ok

func (o *ComputerGeneralUpdate) GetBarcode2Ok() (*string, bool)

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

SetBarcode2

func (o *ComputerGeneralUpdate) SetBarcode2(v string)

SetBarcode2 sets Barcode2 field to given value.

HasBarcode2

func (o *ComputerGeneralUpdate) HasBarcode2() bool

HasBarcode2 returns a boolean if a field has been set.

GetAssetTag

func (o *ComputerGeneralUpdate) GetAssetTag() string

GetAssetTag returns the AssetTag field if non-nil, zero value otherwise.

GetAssetTagOk

func (o *ComputerGeneralUpdate) GetAssetTagOk() (*string, bool)

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

SetAssetTag

func (o *ComputerGeneralUpdate) SetAssetTag(v string)

SetAssetTag sets AssetTag field to given value.

HasAssetTag

func (o *ComputerGeneralUpdate) HasAssetTag() bool

HasAssetTag returns a boolean if a field has been set.

GetExtensionAttributes

func (o *ComputerGeneralUpdate) GetExtensionAttributes() []ComputerExtensionAttribute

GetExtensionAttributes returns the ExtensionAttributes field if non-nil, zero value otherwise.

GetExtensionAttributesOk

func (o *ComputerGeneralUpdate) GetExtensionAttributesOk() (*[]ComputerExtensionAttribute, bool)

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

SetExtensionAttributes

func (o *ComputerGeneralUpdate) SetExtensionAttributes(v []ComputerExtensionAttribute)

SetExtensionAttributes sets ExtensionAttributes field to given value.

HasExtensionAttributes

func (o *ComputerGeneralUpdate) HasExtensionAttributes() bool

HasExtensionAttributes returns a boolean if a field has been set.

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