Class LayoutReference
Slide layout reference. This may reference either: - A predefined layout - One of the layouts in the presentation.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class LayoutReference : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LayoutId
Layout ID: the object ID of one of the layouts in the presentation.
Declaration
[JsonProperty("layoutId")]
public virtual string LayoutId { get; set; }
Property Value
Type | Description |
---|---|
string |
PredefinedLayout
Predefined layout.
Declaration
[JsonProperty("predefinedLayout")]
public virtual string PredefinedLayout { get; set; }
Property Value
Type | Description |
---|---|
string |