{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"sub_types",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "RealTimeEventSettings - Metadata API",
"description": "Represents the list of Real-Time Event entities that you want to enable or disable. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"realTimeEvents": {
"type": "RealTimeEvent[]",
"description": "Represents the list of Real-Time Event entities that you want to enable or disable."
}
},
"sub_types": {
"RealTimeEvent": {
"entityName": {
"type": "string",
"description": "The storage or streaming entity name that you want to modify. For example: ApiEvent or ApiEventStream."
},
"isEnabled": {
"type": "boolean",
"description": "Indicates whether you want the storage or streaming capability to be enabled (true) or disabled (false)."
}
}
},
"wsdl_segment": "```xml\n\n \n \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 RealTimeEvent.settings metadata file:",
"code": "\n\n \n ApiEventStream\n true\n \n \n ApiEvent\n true\n \n"
}
]
}