Generates the ProductTailoringNameSet Message.

interface ProductTailoringSetNameAction {
    action: "setName";
    name?: LocalizedString;
    staged?: boolean;
}

Properties

Properties

action: "setName"

Value to set. If empty, any existing value will be removed.

staged?: boolean

If true, only the staged name is updated. If false, both the current and staged name are updated.