Show / Hide Table of Contents

Class AddDocumentTabRequest

Adds a document tab. When a tab is added at a given index, all subsequent tabs' indexes are incremented.

Inheritance
object
AddDocumentTabRequest
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.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class AddDocumentTabRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TabProperties

The properties of the tab to add. All properties are optional.

Declaration
[JsonProperty("tabProperties")]
public virtual TabProperties TabProperties { get; set; }
Property Value
Type Description
TabProperties

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX