Name | Type | Description | Notes |
---|---|---|---|
ExternalItemId | Pointer to string | [optional] | |
Version | Pointer to int64 | [optional] |
func NewImporterInfo() *ImporterInfo
NewImporterInfo instantiates a new ImporterInfo 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 NewImporterInfoWithDefaults() *ImporterInfo
NewImporterInfoWithDefaults instantiates a new ImporterInfo 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 *ImporterInfo) GetExternalItemId() string
GetExternalItemId returns the ExternalItemId field if non-nil, zero value otherwise.
func (o *ImporterInfo) GetExternalItemIdOk() (*string, bool)
GetExternalItemIdOk returns a tuple with the ExternalItemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImporterInfo) SetExternalItemId(v string)
SetExternalItemId sets ExternalItemId field to given value.
func (o *ImporterInfo) HasExternalItemId() bool
HasExternalItemId returns a boolean if a field has been set.
func (o *ImporterInfo) GetVersion() int64
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ImporterInfo) GetVersionOk() (*int64, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImporterInfo) SetVersion(v int64)
SetVersion sets Version field to given value.
func (o *ImporterInfo) HasVersion() bool
HasVersion returns a boolean if a field has been set.