Name | Type | Description | Notes |
---|---|---|---|
Code | Pointer to string | Error-specific code that can be used to identify localization string, etc. | [optional] |
Field | string | Name of the field that caused the error. | |
Description | Pointer to string | A general description of error for troubleshooting/debugging. Generally this text should not be displayed to a user; instead refer to errorCode and it's localized text | [optional] |
Id | Pointer to NullableString | id of object with error. Optional. | [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 NewInventoryPreloadCsvValidationErrorCause(field string, ) *InventoryPreloadCsvValidationErrorCause
NewInventoryPreloadCsvValidationErrorCause instantiates a new InventoryPreloadCsvValidationErrorCause 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 NewInventoryPreloadCsvValidationErrorCauseWithDefaults() *InventoryPreloadCsvValidationErrorCause
NewInventoryPreloadCsvValidationErrorCauseWithDefaults instantiates a new InventoryPreloadCsvValidationErrorCause 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 *InventoryPreloadCsvValidationErrorCause) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvValidationErrorCause) 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 *InventoryPreloadCsvValidationErrorCause) SetCode(v string)
SetCode sets Code field to given value.
func (o *InventoryPreloadCsvValidationErrorCause) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *InventoryPreloadCsvValidationErrorCause) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvValidationErrorCause) 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 *InventoryPreloadCsvValidationErrorCause) SetField(v string)
SetField sets Field field to given value.
func (o *InventoryPreloadCsvValidationErrorCause) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvValidationErrorCause) 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 *InventoryPreloadCsvValidationErrorCause) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *InventoryPreloadCsvValidationErrorCause) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *InventoryPreloadCsvValidationErrorCause) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvValidationErrorCause) 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.
func (o *InventoryPreloadCsvValidationErrorCause) SetId(v string)
SetId sets Id field to given value.
func (o *InventoryPreloadCsvValidationErrorCause) HasId() bool
HasId returns a boolean if a field has been set.
func (o *InventoryPreloadCsvValidationErrorCause) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *InventoryPreloadCsvValidationErrorCause) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *InventoryPreloadCsvValidationErrorCause) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvValidationErrorCause) 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 *InventoryPreloadCsvValidationErrorCause) SetValue(v string)
SetValue sets Value field to given value.
func (o *InventoryPreloadCsvValidationErrorCause) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *InventoryPreloadCsvValidationErrorCause) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvValidationErrorCause) 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 *InventoryPreloadCsvValidationErrorCause) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *InventoryPreloadCsvValidationErrorCause) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *InventoryPreloadCsvValidationErrorCause) GetLine() int64
GetLine returns the Line field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvValidationErrorCause) 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 *InventoryPreloadCsvValidationErrorCause) SetLine(v int64)
SetLine sets Line field to given value.
func (o *InventoryPreloadCsvValidationErrorCause) HasLine() bool
HasLine returns a boolean if a field has been set.
func (o *InventoryPreloadCsvValidationErrorCause) GetFieldSize() int64
GetFieldSize returns the FieldSize field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvValidationErrorCause) 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 *InventoryPreloadCsvValidationErrorCause) SetFieldSize(v int64)
SetFieldSize sets FieldSize field to given value.
func (o *InventoryPreloadCsvValidationErrorCause) HasFieldSize() bool
HasFieldSize returns a boolean if a field has been set.
func (o *InventoryPreloadCsvValidationErrorCause) GetDeviceType() string
GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.
func (o *InventoryPreloadCsvValidationErrorCause) 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 *InventoryPreloadCsvValidationErrorCause) SetDeviceType(v string)
SetDeviceType sets DeviceType field to given value.
func (o *InventoryPreloadCsvValidationErrorCause) HasDeviceType() bool
HasDeviceType returns a boolean if a field has been set.