Class Placeholder
The placeholder information that uniquely identifies a placeholder shape.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class Placeholder : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Index
The index of the placeholder. If the same placeholder types are present in the same page, they would have different index values.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type | Description |
---|---|
int? |
ParentObjectId
The object ID of this shape's parent placeholder. If unset, the parent placeholder shape does not exist, so the shape does not inherit properties from any other shape.
Declaration
[JsonProperty("parentObjectId")]
public virtual string ParentObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the placeholder.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |