Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.01 KB

ImportEntity.md

File metadata and controls

39 lines (20 loc) · 1.01 KB

ImportEntity

Properties

Name Type Description Notes
ImportId Pointer to int32 The ID of the Import which created this referral. [optional]

Methods

GetImportId

func (o *ImportEntity) GetImportId() int32

GetImportId returns the ImportId field if non-nil, zero value otherwise.

GetImportIdOk

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.

HasImportId

func (o *ImportEntity) HasImportId() bool

HasImportId returns a boolean if a field has been set.

SetImportId

func (o *ImportEntity) SetImportId(v int32)

SetImportId gets a reference to the given int32 and assigns it to the ImportId field.

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