mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
16 lines
734 B
JSON
16 lines
734 B
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"properties",
|
|
"wsdl_segment"
|
|
],
|
|
"title": "ReadResult - Metadata API",
|
|
"description": "Contains result information for the readMetadata call.",
|
|
"properties": {
|
|
"records": {
|
|
"description": "An array of metadata components returned from readMetadata()."
|
|
}
|
|
},
|
|
"wsdl_segment": "```xml\n<xsd:complexType name=\"Metadata\">\n <xsd:sequence>\n <xsd:element name=\"fullName\" minOccurs=\"0\" type=\"xsd:string\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:complexType name=\"ReadResult\">\n <xsd:sequence>\n <xsd:element name=\"records\" minOccurs=\"0\" maxOccurs=\"unbounded\" type=\"tns:Metadata\"/>\n </xsd:sequence>\n</xsd:complexType>\n```"
|
|
} |