Class TabsCriteria
A criteria that specifies in which tabs a request executes.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TabsCriteria : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TabIds
The list of tab IDs in which the request executes.
Declaration
[JsonProperty("tabIds")]
public virtual IList<string> TabIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |