Show / Hide Table of Contents

Class Editors

The editors of a protected range.

Inheritance
object
Editors
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX