Name | Type | Description | Notes |
---|---|---|---|
Export | ExportTaskInput |
func NewNewExportRequest(export ExportTaskInput, ) *NewExportRequest
NewNewExportRequest instantiates a new NewExportRequest 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 NewNewExportRequestWithDefaults() *NewExportRequest
NewNewExportRequestWithDefaults instantiates a new NewExportRequest 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 *NewExportRequest) GetExport() ExportTaskInput
GetExport returns the Export field if non-nil, zero value otherwise.
func (o *NewExportRequest) GetExportOk() (*ExportTaskInput, bool)
GetExportOk returns a tuple with the Export field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewExportRequest) SetExport(v ExportTaskInput)
SetExport sets Export field to given value.