Name | Type | Description | Notes |
---|---|---|---|
ImportId | Pointer to int32 | The ID of the Import which created this referral. | [optional] |
func (o *ImportEntity) GetImportId() int32
GetImportId returns the ImportId field if non-nil, zero value otherwise.
func (o *ImportEntity) GetImportIdOk() (int32, bool)
GetImportIdOk returns a tuple with the ImportId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportEntity) HasImportId() bool
HasImportId returns a boolean if a field has been set.
func (o *ImportEntity) SetImportId(v int32)
SetImportId gets a reference to the given int32 and assigns it to the ImportId field.