Show / Hide Table of Contents

Class File.ShortcutDetailsData

Shortcut file details. Only populated for shortcut files, which have the mimeType field set to application/vnd.google-apps.shortcut. Can only be set on files.insert requests.

Inheritance
object
File.ShortcutDetailsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class File.ShortcutDetailsData

Properties

TargetId

The ID of the file that this shortcut points to. Can only be set on files.insert requests.

Declaration
[JsonProperty("targetId")]
public virtual string TargetId { get; set; }
Property Value
Type Description
string

TargetMimeType

Output only. The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.

Declaration
[JsonProperty("targetMimeType")]
public virtual string TargetMimeType { get; set; }
Property Value
Type Description
string

TargetResourceKey

Output only. The ResourceKey for the target file.

Declaration
[JsonProperty("targetResourceKey")]
public virtual string TargetResourceKey { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX