DeleteMspAlertLogListOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| EndTime | int64 | The end timeStamp of the delete msp alert log, unit: MS. | |
| FilterModule | Pointer to string | The module of the delete msp alert log; It is required when [selectType] is 'all', filterModule should be a value as follows: 'System' or 'Device'. | [optional] |
| Logs | Pointer to []string | Select the logs to delete; Log ID list can be obtained from 'Get MSP alert log list' interface. | [optional] |
| SelectType | string | Select type of logs. include: include selected logs, exclude: all but exclude selected logs, all: include all logs(Parameter [logs] need input '[]'). | |
| StartTime | int64 | The start timeStamp of the delete msp alert log, unit: MS. |
Methods
NewDeleteMspAlertLogListOpenApiVO
func NewDeleteMspAlertLogListOpenApiVO(endTime int64, selectType string, startTime int64, ) *DeleteMspAlertLogListOpenApiVO
NewDeleteMspAlertLogListOpenApiVO instantiates a new DeleteMspAlertLogListOpenApiVO 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
NewDeleteMspAlertLogListOpenApiVOWithDefaults
func NewDeleteMspAlertLogListOpenApiVOWithDefaults() *DeleteMspAlertLogListOpenApiVO
NewDeleteMspAlertLogListOpenApiVOWithDefaults instantiates a new DeleteMspAlertLogListOpenApiVO 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
GetEndTime
func (o *DeleteMspAlertLogListOpenApiVO) GetEndTime() int64
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
GetEndTimeOk
func (o *DeleteMspAlertLogListOpenApiVO) GetEndTimeOk() (*int64, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEndTime
func (o *DeleteMspAlertLogListOpenApiVO) SetEndTime(v int64)
SetEndTime sets EndTime field to given value.
GetFilterModule
func (o *DeleteMspAlertLogListOpenApiVO) GetFilterModule() string
GetFilterModule returns the FilterModule field if non-nil, zero value otherwise.
GetFilterModuleOk
func (o *DeleteMspAlertLogListOpenApiVO) GetFilterModuleOk() (*string, bool)
GetFilterModuleOk returns a tuple with the FilterModule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFilterModule
func (o *DeleteMspAlertLogListOpenApiVO) SetFilterModule(v string)
SetFilterModule sets FilterModule field to given value.
HasFilterModule
func (o *DeleteMspAlertLogListOpenApiVO) HasFilterModule() bool
HasFilterModule returns a boolean if a field has been set.
GetLogs
func (o *DeleteMspAlertLogListOpenApiVO) GetLogs() []string
GetLogs returns the Logs field if non-nil, zero value otherwise.
GetLogsOk
func (o *DeleteMspAlertLogListOpenApiVO) GetLogsOk() (*[]string, bool)
GetLogsOk returns a tuple with the Logs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLogs
func (o *DeleteMspAlertLogListOpenApiVO) SetLogs(v []string)
SetLogs sets Logs field to given value.
HasLogs
func (o *DeleteMspAlertLogListOpenApiVO) HasLogs() bool
HasLogs returns a boolean if a field has been set.
GetSelectType
func (o *DeleteMspAlertLogListOpenApiVO) GetSelectType() string
GetSelectType returns the SelectType field if non-nil, zero value otherwise.
GetSelectTypeOk
func (o *DeleteMspAlertLogListOpenApiVO) GetSelectTypeOk() (*string, bool)
GetSelectTypeOk returns a tuple with the SelectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSelectType
func (o *DeleteMspAlertLogListOpenApiVO) SetSelectType(v string)
SetSelectType sets SelectType field to given value.
GetStartTime
func (o *DeleteMspAlertLogListOpenApiVO) GetStartTime() int64
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
GetStartTimeOk
func (o *DeleteMspAlertLogListOpenApiVO) GetStartTimeOk() (*int64, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStartTime
func (o *DeleteMspAlertLogListOpenApiVO) SetStartTime(v int64)
SetStartTime sets StartTime field to given value.