UNPKG

@kaltura-ng/kaltura-client

Version:
18 lines (17 loc) 927 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaGoogleVideoSyndicationFeedOrderBy extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static createdAtAsc: KalturaGoogleVideoSyndicationFeedOrderBy; static createdAtDesc: KalturaGoogleVideoSyndicationFeedOrderBy; static nameAsc: KalturaGoogleVideoSyndicationFeedOrderBy; static nameDesc: KalturaGoogleVideoSyndicationFeedOrderBy; static playlistIdAsc: KalturaGoogleVideoSyndicationFeedOrderBy; static playlistIdDesc: KalturaGoogleVideoSyndicationFeedOrderBy; static typeAsc: KalturaGoogleVideoSyndicationFeedOrderBy; static typeDesc: KalturaGoogleVideoSyndicationFeedOrderBy; static updatedAtAsc: KalturaGoogleVideoSyndicationFeedOrderBy; static updatedAtDesc: KalturaGoogleVideoSyndicationFeedOrderBy; }