Skip to main content
Version: 2.6

ScheduleClient

@hideconstructor

Hierarchy

  • ResourceClient
    • ScheduleClient

Index

Constructors

constructor

  • new ScheduleClient(options: ApiClientSubResourceOptions): ScheduleClient
  • Parameters

    • options: ApiClientSubResourceOptions

    Returns ScheduleClient

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>>): Promise<Schedule>