Show / Hide Table of Contents

Class LayoutProperties

The properties of Page are only relevant for pages with page_type LAYOUT.

Inheritance
System.Object
LayoutProperties
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

Name

The name of the layout.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top