Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.52 KB

NewExportRequest.md

File metadata and controls

51 lines (28 loc) · 1.52 KB

NewExportRequest

Properties

Name Type Description Notes
Export ExportTaskInput

Methods

NewNewExportRequest

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

NewNewExportRequestWithDefaults

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

GetExport

func (o *NewExportRequest) GetExport() ExportTaskInput

GetExport returns the Export field if non-nil, zero value otherwise.

GetExportOk

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.

SetExport

func (o *NewExportRequest) SetExport(v ExportTaskInput)

SetExport sets Export field to given value.

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