mirror of
https://github.com/tribufu/proxmox-sharp
synced 2026-06-01 09:42:38 +00:00
Rename project namespace
This commit is contained in:
parent
8efcd46e62
commit
79236af76b
24 changed files with 27 additions and 27 deletions
13
src/ProxmoxSharp/Models/ProxmoxKsmInfo.cs
Normal file
13
src/ProxmoxSharp/Models/ProxmoxKsmInfo.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace ProxmoxSharp.Models
|
||||
{
|
||||
public class ProxmoxKsmInfo
|
||||
{
|
||||
[JsonProperty("shared")]
|
||||
public long Shared { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue