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

    Interface ListMediaDistributionsResponse

    Response data for the list media distributions requests.

    interface ListMediaDistributionsResponse {
        data: MediaDistribution[];
        pagination?: { cursor: string; hasMore: boolean };
    }
    Index

    Properties

    Properties

    Defaults to "createdAt".

    pagination?: { cursor: string; hasMore: boolean }

    Pagination object.

    Type Declaration

    • cursor: string

      Cursor to go to the next page.

    • hasMore: boolean

      Has more pages.