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