Skip to main content
Version: 2.9

ScheduleClient

Hierarchy

  • ResourceClient
    • ScheduleClient

Index

Properties

apifyClient

apifyClient: ApifyClient

baseUrl

baseUrl: string

httpClient

httpClient: HttpClient

optionalid

id?: string

optionalparams

params?: Record<string, unknown>

resourcePath

resourcePath: string

optionalsafeId

safeId?: string

url

url: string

Methods

delete

  • delete(): Promise<void>

get

getLog

  • getLog(): Promise<undefined | string>

update

  • update(newFields: Partial<Pick<Schedule, name | description | title | cronExpression | timezone | isEnabled | isExclusive> & { actions: DistributiveOptional<ScheduleAction, id>[] }>): Promise<Schedule>