parent
ae67b12313
commit
fefa2da218
43 changed files with 884 additions and 477 deletions
11
src/FrostFS.SDK.ModelsV2/Containers/ContainerId.cs
Normal file
11
src/FrostFS.SDK.ModelsV2/Containers/ContainerId.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace FrostFS.SDK.ModelsV2;
|
||||
|
||||
public class ContainerId(string id)
|
||||
{
|
||||
public string Value { get; set; } = id;
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Value;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue