For a list of methods for this resource, see the end of this page.
Resource representations
A reference to a folder's child.
{ "kind": "drive#childReference", "id": string, "selfLink": string, "childLink": string }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
This is always drive#childReference. | |
id |
string |
The ID of the child. | |
selfLink |
string |
A link back to this reference. | |
childLink |
string |
A link to the child. |