Class RichLinkProperties
Properties of a link to a Google resource (such as a file in Drive, a YouTube video, a Maps address, or a
Calendar event). Only Drive files can be written as chips. All other rich link types are read only. URIs cannot
exceed 2000 bytes when writing. NOTE: Writing Drive file chips requires at least one of the drive.file,
drive.readonly, or drive OAuth scopes.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class RichLinkProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
Output only. The MIME type of the link, if there's one (for example, when it's a file in Drive).
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
Required. The URI to the link. This is always present.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |