Show / Hide Table of Contents

Class LayoutProperties

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

Inheritance
object
LayoutProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX