[#1] Make Client.OwnerID public
Signed-off-by: Ivan Pchelintsev <i.pchelintsev@yadro.com>
This commit is contained in:
parent
9b5b2eb5dc
commit
63f91ac627
4 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ public partial class Client
|
|||
{
|
||||
Body = new CreateRequest.Types.Body
|
||||
{
|
||||
OwnerId = _owner.ToGrpcMessage(),
|
||||
OwnerId = OwnerId.ToGrpcMessage(),
|
||||
Expiration = expiration,
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue