Class CreateHeaderResponse
The result of creating a header.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class CreateHeaderResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HeaderId
The ID of the created header.
Declaration
[JsonProperty("headerId")]
public virtual string HeaderId { get; set; }
Property Value
Type | Description |
---|---|
string |