Show / Hide Table of Contents

Class AclInfo

Next tag: 4

Inheritance
System.Object
AclInfo
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AclInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

GroupsCount

Number of groups which have at least read access to the document.

Declaration
[JsonProperty("groupsCount")]
public virtual int? GroupsCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Scope

The scope to which the content was shared.

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
System.String

UsersCount

Number of users which have at least read access to the document.

Declaration
[JsonProperty("usersCount")]
public virtual int? UsersCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top