UNPKG

@kaltura-ng/kaltura-client

Version:
12 lines (11 loc) 438 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaBeaconOrderBy extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static objectIdAsc: KalturaBeaconOrderBy; static objectIdDesc: KalturaBeaconOrderBy; static updatedAtAsc: KalturaBeaconOrderBy; static updatedAtDesc: KalturaBeaconOrderBy; }