This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package domain
type AsyncTaskTopQueryDTO struct {
/*
任务ids
*/
Id *int64 `json:"id,omitempty" required:"true"`
广告主id
AdvertiserId *int64 `json:"advertiser_id,omitempty" required:"true"`
平台版本,9999:升级版API(仅巨量2.0API需传入)
Version *int `json:"version" required:"false"`
}