{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "GoogleAppsSettings - Metadata API", "description": "Represents the settings for Google Apps in Salesforce.", "file_information": ".settings", "directory_location": "settings", "fields_columns": [ "type", "description" ], "fields": { "enableGmailButtons": { "type": "boolean", "description": "Indicates whether the Gmail Buttons setting is enabled (true) or not (false)." }, "enableGmailButtonsAndLinks": { "type": "boolean", "description": "Indicates whether Gmail Buttons and Links are enabled (true) or not (false)." }, "enableGmailLinks": { "type": "boolean", "description": "Indicates whether the Gmail Links setting is enabled (true) or not (false)." }, "enableGoogleDocs": { "type": "boolean", "description": "Indicates whether the Add Google Docs to Salesforce setting is enabled (true) or not (false)." }, "enableGoogleDocsTab": { "type": "boolean", "description": "Indicates whether the Add Google Docs button on the Libraries tab is enabled (true) or not (false)." }, "enableGoogleTalk": { "type": "boolean", "description": "Indicates whether the Google Talk Sidebar Component is enabled (true) or not (false)." }, "googleAppsDomain": { "type": "string", "description": "Specifies the domain registered for your organization’s Google Apps account." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a GoogleAppsSettings component.", "code": "\n\n false\n false\n false\n false\n false\n false\n example.com\n false\n false\n" } ] }