Name | Type | Description | Notes |
---|---|---|---|
Code | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
Field | Pointer to string | [optional] | |
Value | Pointer to string | [optional] | |
SerialNumber | Pointer to string | [optional] | |
Line | Pointer to int64 | [optional] | |
FieldSize | Pointer to int64 | [optional] | |
DeviceType | Pointer to string | [optional] |
func NewInventoryPreloadCsvError() *InventoryPreloadCsvError
NewInventoryPreloadCsvError instantiates a new InventoryPreloadCsvError 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 NewInventoryPreloadCsvErrorWithDefaults() *InventoryPreloadCsvError
NewInventoryPreloadCsvErrorWithDefaults instantiates a new InventoryPreloadCsvError 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 *InventoryPreloadCsvError) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryPreloadCsvError) SetCode(v string)
SetCode sets Code field to given value.
func (o *InventoryPreloadCsvError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *InventoryPreloadCsvError) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvError) 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.
func (o *InventoryPreloadCsvError) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *InventoryPreloadCsvError) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *InventoryPreloadCsvError) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvError) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryPreloadCsvError) SetField(v string)
SetField sets Field field to given value.
func (o *InventoryPreloadCsvError) HasField() bool
HasField returns a boolean if a field has been set.
func (o *InventoryPreloadCsvError) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvError) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryPreloadCsvError) SetValue(v string)
SetValue sets Value field to given value.
func (o *InventoryPreloadCsvError) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *InventoryPreloadCsvError) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvError) GetSerialNumberOk() (*string, bool)
GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryPreloadCsvError) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *InventoryPreloadCsvError) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *InventoryPreloadCsvError) GetLine() int64
GetLine returns the Line field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvError) GetLineOk() (*int64, bool)
GetLineOk returns a tuple with the Line field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryPreloadCsvError) SetLine(v int64)
SetLine sets Line field to given value.
func (o *InventoryPreloadCsvError) HasLine() bool
HasLine returns a boolean if a field has been set.
func (o *InventoryPreloadCsvError) GetFieldSize() int64
GetFieldSize returns the FieldSize field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvError) GetFieldSizeOk() (*int64, bool)
GetFieldSizeOk returns a tuple with the FieldSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryPreloadCsvError) SetFieldSize(v int64)
SetFieldSize sets FieldSize field to given value.
func (o *InventoryPreloadCsvError) HasFieldSize() bool
HasFieldSize returns a boolean if a field has been set.
func (o *InventoryPreloadCsvError) GetDeviceType() string
GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvError) GetDeviceTypeOk() (*string, bool)
GetDeviceTypeOk returns a tuple with the DeviceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InventoryPreloadCsvError) SetDeviceType(v string)
SetDeviceType sets DeviceType field to given value.
func (o *InventoryPreloadCsvError) HasDeviceType() bool
HasDeviceType returns a boolean if a field has been set.