Request parameters for updateSchedule operation in ServiceApi.

Export

ServiceApiUpdateScheduleRequest

interface ServiceApiUpdateScheduleRequest {
    body: UpdateScheduleRequest;
    marketplaceIds: string[];
    resourceId: string;
}

Properties

Schedule details

Memberof

ServiceApiUpdateSchedule

marketplaceIds: string[]

An identifier for the marketplace in which the resource operates.

Memberof

ServiceApiUpdateSchedule

resourceId: string

Resource (store) Identifier

Memberof

ServiceApiUpdateSchedule