Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.05 KB

File metadata and controls

56 lines (31 loc) · 2.05 KB

PendingReceivedDocumentExtractedData

Properties

Name Type Description Notes
Mining Pointer to PendingReceivedDocumentExtractedDataMining [optional]

Methods

NewPendingReceivedDocumentExtractedData

func NewPendingReceivedDocumentExtractedData() *PendingReceivedDocumentExtractedData

NewPendingReceivedDocumentExtractedData instantiates a new PendingReceivedDocumentExtractedData 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

NewPendingReceivedDocumentExtractedDataWithDefaults

func NewPendingReceivedDocumentExtractedDataWithDefaults() *PendingReceivedDocumentExtractedData

NewPendingReceivedDocumentExtractedDataWithDefaults instantiates a new PendingReceivedDocumentExtractedData 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

GetMining

func (o *PendingReceivedDocumentExtractedData) GetMining() PendingReceivedDocumentExtractedDataMining

GetMining returns the Mining field if non-nil, zero value otherwise.

GetMiningOk

func (o *PendingReceivedDocumentExtractedData) GetMiningOk() (*PendingReceivedDocumentExtractedDataMining, bool)

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

SetMining

func (o *PendingReceivedDocumentExtractedData) SetMining(v PendingReceivedDocumentExtractedDataMining)

SetMining sets Mining field to given value.

HasMining

func (o *PendingReceivedDocumentExtractedData) HasMining() bool

HasMining returns a boolean if a field has been set.

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