Update Storage/Storage/Public/LCACL.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
e6a50459c7
commit
6949af5f75
|
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
|||
namespace LeanCloud.Storage {
|
||||
/// <summary>
|
||||
/// LCACL is used to control which users and roles can access or modify
|
||||
/// a particular object. Each LCObject can have its own LCObject.
|
||||
/// a particular object. Each LCObject can have its own LCACL.
|
||||
/// </summary>
|
||||
public class LCACL {
|
||||
const string PublicKey = "*";
|
||||
|
|
Loading…
Reference in New Issue