Class SectionColumnProperties
Properties that apply to a section's column.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class SectionColumnProperties : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
PaddingEnd
The padding at the end of the column.
Declaration
[JsonProperty("paddingEnd")]
public virtual Dimension PaddingEnd { get; set; }Property Value
| Type | Description | 
|---|---|
| Dimension | 
Width
Output only. The width of the column.
Declaration
[JsonProperty("width")]
public virtual Dimension Width { get; set; }Property Value
| Type | Description | 
|---|---|
| Dimension |