/** Share snapshot updatable properties */
export interface NetAppShareSnapshotUpdate {
    /** New snapshot description */
    description?: string;
    /** New snapshot name */
    name?: string;
}
//# sourceMappingURL=NetAppShareSnapshotUpdate.d.ts.map