calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.Acl Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.Acl:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string ETag [get, set]
 ETag of the collection.
virtual
System.Collections.Generic.IList
< AclRule
Items [get, set]
 List of rules on the access control list.
virtual string Kind [get, set]
 Type of the collection ("calendar#acl").
virtual string NextPageToken [get, set]
 Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
virtual string NextSyncToken [get, set]
 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.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.Acl.ETag
getset

ETag of the collection.

virtual System.Collections.Generic.IList<AclRule> Google.Apis.Calendar.v3.Data.Acl.Items
getset

List of rules on the access control list.

virtual string Google.Apis.Calendar.v3.Data.Acl.Kind
getset

Type of the collection ("calendar#acl").

virtual string Google.Apis.Calendar.v3.Data.Acl.NextPageToken
getset

Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.

virtual string Google.Apis.Calendar.v3.Data.Acl.NextSyncToken
getset

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.


The documentation for this class was generated from the following file: