Resource: 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.
| JSON representation | 
|---|
| { "id" : string , "selfLink" : string , "kind" : string , "childLink" : string } | 
| Fields | |
|---|---|
| id |   The ID of the child. | 
| selfLink |   Output only. A link back to this reference. | 
| kind |   Output only. This is always  | 
| childLink |   Output only. A link to the child. | 
| Methods | |
|---|---|
|   | Removes a child from a folder. | 
|   | Gets a specific child reference. | 
|   | Inserts a file into a folder. | 
|   | Lists a folder's children. | 

