topsdk/defaultability/domain/TaobaoUnideskRtaAsyncTaskTo...

20 lines
346 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

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"`
}