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

    Interface MediaAssetStorageResponseModel

    Response data for the Clip storage.

    interface MediaAssetStorageResponseModel {
        path?: string | null;
        type: MediaAssetStorageType;
    }
    Index
    path?: string | null

    Optional, Path to clip storage location.

    Storage type.