Class ChildReference
A reference to a folder's child. Some resource methods (such as children.get
) require a childId
. Use the
children.list
method to retrieve the ID of the child.
Implements
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class ChildReference : IDirectResponseSchema
Properties
ChildLink
Output only. A link to the child.
Declaration
[JsonProperty("childLink")]
public virtual string ChildLink { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The ID of the child.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Output only. This is always drive#childReference
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLink
Output only. A link back to this reference.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |