{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "NotificationsSettings - Metadata API",
"description": "Represents an organization’s mobile settings.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableActivityReminderBrowserNotifs": {
"type": "boolean",
"description": "Reserved for internal use."
},
"enableMobileAppPushNotifications": {
"type": "boolean",
"description": "Indicates whether mobile push notifications are enabled."
},
"enableNotifications": {
"type": "boolean",
"description": "Indicates whether notifications are enabled."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "This is a sample notifications.settings metadata file.",
"code": "\n true\n true\n"
}
]
}