Class Link
A hypertext link.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class Link : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PageObjectId
If set, indicates this is a link to the specific page in this presentation with this ID. A page with this ID may not exist.
Declaration
[JsonProperty("pageObjectId")]
public virtual string PageObjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
RelativeLink
If set, indicates this is a link to a slide in this presentation, addressed by its position.
Declaration
[JsonProperty("relativeLink")]
public virtual string RelativeLink { get; set; }
Property Value
Type | Description |
---|---|
string |
SlideIndex
If set, indicates this is a link to the slide at this zero-based index in the presentation. There may not be a slide at this index.
Declaration
[JsonProperty("slideIndex")]
public virtual int? SlideIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
Url
If set, indicates this is a link to the external web page at this URL.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |