Class AddProtectedRangeResponse
The result of adding a new protected range.
Inheritance
System.Object
AddProtectedRangeResponse
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class AddProtectedRangeResponse : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProtectedRange
The newly added protected range.
Declaration
public virtual ProtectedRange ProtectedRange { get; set; }
Property Value
| Type | Description |
|---|---|
| ProtectedRange |