UNPKG

@kaltura-ng/kaltura-client

Version:
12 lines (11 loc) 596 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaAmazonS3StorageProfileFilesPermissionLevel extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static aclAuthenticatedRead: KalturaAmazonS3StorageProfileFilesPermissionLevel; static aclPrivate: KalturaAmazonS3StorageProfileFilesPermissionLevel; static aclPublicRead: KalturaAmazonS3StorageProfileFilesPermissionLevel; static aclPublicReadWrite: KalturaAmazonS3StorageProfileFilesPermissionLevel; }