Class Acl
Inheritance
System.Object
Acl
Implements
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class Acl : object, IDirectResponseSchema
Properties
ETag
ETag of the collection.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Items
List of rules on the access control list.
Declaration
public virtual IList<AclRule> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<AclRule> |
Kind
Type of the collection ("calendar#acl").
Declaration
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NextPageToken
Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
Declaration
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NextSyncToken
Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.
Declaration
public virtual string NextSyncToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |