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

    Interface UpdateMediaDistributionRequest

    The allowable parameters for requesting the update of a media distribution.

    interface UpdateMediaDistributionRequest {
        default?: boolean;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    default?: boolean

    Set this as the default media distribution that will be associated with all future media assets created without an explicit MediaDistributionId set.

    id: string

    Identifier of the media distribution.

    name: string

    User-friendly name for the media distribution. The '*' character is not allowed.