mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
10 lines
517 B
JSON
10 lines
517 B
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"wsdl_segment"
|
||
|
|
],
|
||
|
|
"title": "ListMetadataQuery - Metadata API",
|
||
|
|
"description": "The ListMetadataQuery parameter represents a list of objects that specify which components you are interested in.",
|
||
|
|
"wsdl_segment": "```xml\n<xsd:complexType name=\"ListMetadataQuery\">\n <xsd:sequence>\n <xsd:element name=\"folder\" minOccurs=\"0\" type=\"xsd:string\"/>\n <xsd:element name=\"type\" type=\"xsd:string\"/>\n </xsd:sequence>\n</xsd:complexType>\n```"
|
||
|
|
}
|