C# Class cn.jpush.api.push.getScheduleSuccess

ファイルを表示 Open project: jpush/jpush-api-csharp-client

Public Properties

Property Type Description
page int
schedules cn.jpush.api.schedule.SchedulePayload[]
total_count int
total_pages int

Property Details

page public_oe property

public int page
return int

schedules public_oe property

public SchedulePayload[],cn.jpush.api.schedule schedules
return cn.jpush.api.schedule.SchedulePayload[]

total_count public_oe property

public int total_count
return int

total_pages public_oe property

public int total_pages
return int