/* tslint:disable */ /* eslint-disable */ /** * The Association for Cube Commons * The CubeCommons API caters to each and every whim of the Frontend, i.e. it receives, bundles, packages and formats data exactly as the Frontend needs it. * * The version of the OpenAPI document: 0.9.95 * Contact: tech@cubecommons.ca * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface GetPlaylistByIdResponseMeta */ export interface GetPlaylistByIdResponseMeta { /** * Unique identifier for the associated profile * @type {string} * @memberof GetPlaylistByIdResponseMeta */ 'profileId'?: string; /** * Unique identifier for the associated user * @type {string} * @memberof GetPlaylistByIdResponseMeta */ 'userId'?: string; /** * Offset into the result set * @type {number} * @memberof GetPlaylistByIdResponseMeta */ 'offset': number; /** * Max number of items to return * @type {number} * @memberof GetPlaylistByIdResponseMeta */ 'limit': number; }