UNPKG

@kaltura-ng/kaltura-client

Version:
16 lines (15 loc) 701 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaAttachmentAssetOrderBy extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static createdAtAsc: KalturaAttachmentAssetOrderBy; static createdAtDesc: KalturaAttachmentAssetOrderBy; static deletedAtAsc: KalturaAttachmentAssetOrderBy; static deletedAtDesc: KalturaAttachmentAssetOrderBy; static sizeAsc: KalturaAttachmentAssetOrderBy; static sizeDesc: KalturaAttachmentAssetOrderBy; static updatedAtAsc: KalturaAttachmentAssetOrderBy; static updatedAtDesc: KalturaAttachmentAssetOrderBy; }