Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.94 KB

InventoryPreloadCsvValidationSuccess.md

File metadata and controls

56 lines (31 loc) · 1.94 KB

InventoryPreloadCsvValidationSuccess

Properties

Name Type Description Notes
RecordCount Pointer to int32 [optional]

Methods

NewInventoryPreloadCsvValidationSuccess

func NewInventoryPreloadCsvValidationSuccess() *InventoryPreloadCsvValidationSuccess

NewInventoryPreloadCsvValidationSuccess instantiates a new InventoryPreloadCsvValidationSuccess 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

NewInventoryPreloadCsvValidationSuccessWithDefaults

func NewInventoryPreloadCsvValidationSuccessWithDefaults() *InventoryPreloadCsvValidationSuccess

NewInventoryPreloadCsvValidationSuccessWithDefaults instantiates a new InventoryPreloadCsvValidationSuccess 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

GetRecordCount

func (o *InventoryPreloadCsvValidationSuccess) GetRecordCount() int32

GetRecordCount returns the RecordCount field if non-nil, zero value otherwise.

GetRecordCountOk

func (o *InventoryPreloadCsvValidationSuccess) GetRecordCountOk() (*int32, bool)

GetRecordCountOk returns a tuple with the RecordCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRecordCount

func (o *InventoryPreloadCsvValidationSuccess) SetRecordCount(v int32)

SetRecordCount sets RecordCount field to given value.

HasRecordCount

func (o *InventoryPreloadCsvValidationSuccess) HasRecordCount() bool

HasRecordCount returns a boolean if a field has been set.

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