@dolbyio/dolbyio-rest-apis-client - v6.0.0
    Preparing search index...

    Interface MediaAssetStorageModel

    The allowable parameters for updating the storage location of an asset when requesting clip creation.

    interface MediaAssetStorageModel {
        options?: UpdateStorageOptionsModel;
        profileId?: string;
        type?: MediaAssetStorageType;
    }
    Index

    Properties

    Additional options for the storage location.

    profileId?: string

    The id of a previously created storage profile.

    The type of storage to use.