Class Editors
The editors of a protected range.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class Editors : IDirectResponseSchema
Properties
DomainUsersCanEdit
True if anyone in the document's domain has edit access to the protected range. Domain protection is only supported on documents within a domain.
Declaration
[JsonProperty("domainUsersCanEdit")]
public virtual bool? DomainUsersCanEdit { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Groups
The email addresses of groups with edit access to the protected range.
Declaration
[JsonProperty("groups")]
public virtual IList<string> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Users
The email addresses of users with edit access to the protected range.
Declaration
[JsonProperty("users")]
public virtual IList<string> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |