| Name | Type | Description | Notes |
|---|---|---|---|
| Mining | Pointer to PendingReceivedDocumentExtractedDataMining | [optional] |
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
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
func (o *PendingReceivedDocumentExtractedData) GetMining() PendingReceivedDocumentExtractedDataMining
GetMining returns the Mining field if non-nil, zero value otherwise.
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.
func (o *PendingReceivedDocumentExtractedData) SetMining(v PendingReceivedDocumentExtractedDataMining)
SetMining sets Mining field to given value.
func (o *PendingReceivedDocumentExtractedData) HasMining() bool
HasMining returns a boolean if a field has been set.