Skip to content

ExportMspLogOpenApiVO

Properties

Name Type Description Notes
Format int32 Parameter [format] indicates the type of the exported file. 0: CSV, 1: xlsx.

Methods

NewExportMspLogOpenApiVO

func NewExportMspLogOpenApiVO(format int32, ) *ExportMspLogOpenApiVO

NewExportMspLogOpenApiVO instantiates a new ExportMspLogOpenApiVO 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

NewExportMspLogOpenApiVOWithDefaults

func NewExportMspLogOpenApiVOWithDefaults() *ExportMspLogOpenApiVO

NewExportMspLogOpenApiVOWithDefaults instantiates a new ExportMspLogOpenApiVO 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

GetFormat

func (o *ExportMspLogOpenApiVO) GetFormat() int32

GetFormat returns the Format field if non-nil, zero value otherwise.

GetFormatOk

func (o *ExportMspLogOpenApiVO) GetFormatOk() (*int32, bool)

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

SetFormat

func (o *ExportMspLogOpenApiVO) SetFormat(v int32)

SetFormat sets Format field to given value.

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