drive  v2
Properties | List of all members
Google.Apis.Drive.v2.Data.ParentReference Class Reference

A reference to a file's parent. More...

Inheritance diagram for Google.Apis.Drive.v2.Data.ParentReference:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Id [get, set]
 The ID of the parent. More...
 
virtual System.Nullable< bool > IsRoot [get, set]
 Whether or not the parent is the root folder. More...
 
virtual string Kind [get, set]
 This is always drive::parentReference. More...
 
virtual string ParentLink [get, set]
 A link to the parent. More...
 
virtual string SelfLink [get, set]
 A link back to this reference. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A reference to a file's parent.

Property Documentation

◆ ETag

virtual string Google.Apis.Drive.v2.Data.ParentReference.ETag
getset

The ETag of the item.

◆ Id

virtual string Google.Apis.Drive.v2.Data.ParentReference.Id
getset

The ID of the parent.

◆ IsRoot

virtual System.Nullable<bool> Google.Apis.Drive.v2.Data.ParentReference.IsRoot
getset

Whether or not the parent is the root folder.

◆ Kind

virtual string Google.Apis.Drive.v2.Data.ParentReference.Kind
getset

This is always drive::parentReference.

◆ ParentLink

virtual string Google.Apis.Drive.v2.Data.ParentReference.ParentLink
getset

A link to the parent.

◆ SelfLink

virtual string Google.Apis.Drive.v2.Data.ParentReference.SelfLink
getset

A link back to this reference.


The documentation for this class was generated from the following file: