@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
34 lines • 1.85 kB
TypeScript
/**
* Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202202/LiveStreamEventService.LiveStreamEvent LiveStreamEvent} objects.
*/
export declare abstract class LiveStreamEventAction {
}
/**
* The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202202/LiveStreamEventService.LiveStreamEvent LiveStreamEvent} objects.
*/
export declare class ActivateLiveStreamEvents implements LiveStreamEventAction {
}
/**
* The action used for archiving {@link https://developers.google.com/ad-manager/api/reference/v202202/LiveStreamEventService.LiveStreamEvent LiveStreamEvent} objects.
*/
export declare class ArchiveLiveStreamEvents implements LiveStreamEventAction {
}
/**
* The action used for pausing ads {@link https://developers.google.com/ad-manager/api/reference/v202202/LiveStreamEventService.LiveStreamEvent LiveStreamEvent} objects.
*/
export declare class PauseLiveStreamEventAds implements LiveStreamEventAction {
}
/**
* The action used for pausing {@link https://developers.google.com/ad-manager/api/reference/v202202/LiveStreamEventService.LiveStreamEvent LiveStreamEvent} objects.
*/
export declare class PauseLiveStreamEvents implements LiveStreamEventAction {
}
/**
* The action used for refreshing the master playlists of
* {@link https://developers.google.com/ad-manager/api/reference/v202202/LiveStreamEventService.LiveStreamEvent LiveStreamEvent} objects.
* This action will only get applied to live streams with a refresh type of
* {@link https://developers.google.com/ad-manager/api/reference/v202202/LiveStreamEventService.RefreshType#MANUAL RefreshType.MANUAL}.
*/
export declare class RefreshLiveStreamEventMasterPlaylists implements LiveStreamEventAction {
}
//# sourceMappingURL=liveStreamEvent.action.d.ts.map