Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.28 KB

CreateExportTemplateTaskVM.md

File metadata and controls

66 lines (37 loc) · 2.28 KB

CreateExportTemplateTaskVM

Properties

Name Type Description Notes
ReportParameters Pointer to map[string]string [optional]

Methods

NewCreateExportTemplateTaskVM

func NewCreateExportTemplateTaskVM() *CreateExportTemplateTaskVM

NewCreateExportTemplateTaskVM instantiates a new CreateExportTemplateTaskVM 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

NewCreateExportTemplateTaskVMWithDefaults

func NewCreateExportTemplateTaskVMWithDefaults() *CreateExportTemplateTaskVM

NewCreateExportTemplateTaskVMWithDefaults instantiates a new CreateExportTemplateTaskVM 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

GetReportParameters

func (o *CreateExportTemplateTaskVM) GetReportParameters() map[string]string

GetReportParameters returns the ReportParameters field if non-nil, zero value otherwise.

GetReportParametersOk

func (o *CreateExportTemplateTaskVM) GetReportParametersOk() (*map[string]string, bool)

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

SetReportParameters

func (o *CreateExportTemplateTaskVM) SetReportParameters(v map[string]string)

SetReportParameters sets ReportParameters field to given value.

HasReportParameters

func (o *CreateExportTemplateTaskVM) HasReportParameters() bool

HasReportParameters returns a boolean if a field has been set.

SetReportParametersNil

func (o *CreateExportTemplateTaskVM) SetReportParametersNil(b bool)

SetReportParametersNil sets the value for ReportParameters to be an explicit nil

UnsetReportParameters

func (o *CreateExportTemplateTaskVM) UnsetReportParameters()

UnsetReportParameters ensures that no value is present for ReportParameters, not even an explicit nil

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