Class LayoutProperties
The properties of Page are only relevant for pages with page_type LAYOUT.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class LayoutProperties : IDirectResponseSchema
Properties
DisplayName
The human-readable name of the layout.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MasterObjectId
The object ID of the master that this layout is based on.
Declaration
[JsonProperty("masterObjectId")]
public virtual string MasterObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the layout.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |