Skip to main content
Version: 2.6

ScheduleCollectionClient

@hideconstructor

Hierarchy

  • ResourceCollectionClient
    • ScheduleCollectionClient

Index

Constructors

constructor

  • Parameters

    • options: ApiClientSubResourceOptions

    Returns ScheduleCollectionClient

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

create

  • create(schedule?: Partial<Pick<Schedule, name | description | title | cronExpression | timezone | isEnabled | isExclusive | actions>>): Promise<Schedule>

list