mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 19:50:42 +08:00
10 lines
685 B
JSON
10 lines
685 B
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"wsdl_segment"
|
|
],
|
|
"title": "CancelDeployResult - Metadata API",
|
|
"description": "Contains information about a deployment cancellation—whether the cancellation completed and the deployment ID.",
|
|
"wsdl_segment": "```xml\n<xsd:complexType name=\"CancelDeployResult\">\n <xsd:sequence>\n <xsd:element name=\"done\" type=\"xsd:boolean\"/>\n <xsd:element name=\"id\" type=\"tns:ID\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:simpleType name=\"ID\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:length value=\"18\"/>\n <xsd:pattern value=\"[a-zA-Z0-9]{18}\"/>\n </xsd:restriction>\n</xsd:simpleType>\n```"
|
|
} |