Update Realtime/Realtime/Public/Result/LCIMPartiallySuccessResult.cs
batch Co-authored-by: Jang Rush <weakish@gmail.com>
parent
c4536d5b18
commit
f395472759
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace LeanCloud.Realtime {
|
namespace LeanCloud.Realtime {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// LCIMPartiallySuccessResult is the result that handles the operation of conversation.
|
/// LCIMPartiallySuccessResult is the partially successful result of a conversation operation.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LCIMPartiallySuccessResult {
|
public class LCIMPartiallySuccessResult {
|
||||||
public List<string> SuccessfulClientIdList {
|
public List<string> SuccessfulClientIdList {
|
||||||
|
|
Loading…
Reference in New Issue