| Name | Type | Description | Notes |
|---|---|---|---|
| Status | string | ||
| Error | Pointer to string | [optional] | |
| Errors | Pointer to []string | [optional] | |
| SubmissionBatch | SubmissionBatch | ||
| Submissions | []map[string]interface{} |
func NewBatchGeneratePdfs201Response(status string, submissionBatch SubmissionBatch, submissions []map[string]interface{}, ) *BatchGeneratePdfs201Response
NewBatchGeneratePdfs201Response instantiates a new BatchGeneratePdfs201Response 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 NewBatchGeneratePdfs201ResponseWithDefaults() *BatchGeneratePdfs201Response
NewBatchGeneratePdfs201ResponseWithDefaults instantiates a new BatchGeneratePdfs201Response 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 *BatchGeneratePdfs201Response) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *BatchGeneratePdfs201Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchGeneratePdfs201Response) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *BatchGeneratePdfs201Response) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *BatchGeneratePdfs201Response) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchGeneratePdfs201Response) SetError(v string)
SetError sets Error field to given value.
func (o *BatchGeneratePdfs201Response) HasError() bool
HasError returns a boolean if a field has been set.
func (o *BatchGeneratePdfs201Response) GetErrors() []string
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *BatchGeneratePdfs201Response) GetErrorsOk() (*[]string, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchGeneratePdfs201Response) SetErrors(v []string)
SetErrors sets Errors field to given value.
func (o *BatchGeneratePdfs201Response) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *BatchGeneratePdfs201Response) GetSubmissionBatch() SubmissionBatch
GetSubmissionBatch returns the SubmissionBatch field if non-nil, zero value otherwise.
func (o *BatchGeneratePdfs201Response) GetSubmissionBatchOk() (*SubmissionBatch, bool)
GetSubmissionBatchOk returns a tuple with the SubmissionBatch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchGeneratePdfs201Response) SetSubmissionBatch(v SubmissionBatch)
SetSubmissionBatch sets SubmissionBatch field to given value.
func (o *BatchGeneratePdfs201Response) GetSubmissions() []map[string]interface{}
GetSubmissions returns the Submissions field if non-nil, zero value otherwise.
func (o *BatchGeneratePdfs201Response) GetSubmissionsOk() (*[]map[string]interface{}, bool)
GetSubmissionsOk returns a tuple with the Submissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchGeneratePdfs201Response) SetSubmissions(v []map[string]interface{})
SetSubmissions sets Submissions field to given value.