mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules"
|
|
],
|
|
"title": "GoogleDoc - Data API",
|
|
"description": "Represents a link to a Google Document. This object is available in API version 14.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The name of the Google document."
|
|
},
|
|
"Owner": {
|
|
"type": "reference",
|
|
"properties": "Create, Defaulted on create, Filter, Nillable, Update",
|
|
"description": "The ID of the user who currently owns this Google Document. Default value is the user logged in to the API to perform the create."
|
|
},
|
|
"ParentId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter",
|
|
"description": "ID of the attachment's parent object. The following objects are supported as parents of Google documents: Account, Asset, Campaign, Case, Contact, Contract, Custom Object Behavior, Lead, Opportunity, Product2, and Solution.",
|
|
"required": true
|
|
},
|
|
"Url": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Nillable, Update",
|
|
"description": "The URL of the Google document."
|
|
}
|
|
},
|
|
"special_access_rules": "This object is available in All Editions except Database.com for Google Apps Premier Edition accounts. See the Salesforce online help for more information.\n\nThis object is available in All** Editions except Database.com** for Google Apps Premier Edition accounts. See the Salesforce online help for more information."
|
|
} |