KeyVaultSelectiveKeyRestoreResult.java

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.security.keyvault.administration.models;

/**
 * A class that represents the result of a SelectiveKeyRestore operation.
 */
public final class KeyVaultSelectiveKeyRestoreResult {
}