Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
ExtendedErrorDetails []ExtendedErrorDetails `xml:"extendedErrorDetails,omitempty"`
Fields []string `xml:"fields,omitempty"`
Message string `xml:"message,omitempty"`
StatusCode StatusCode `xml:"statusCode,omitempty"`
}
type ExtendedErrorCode ¶
type ExtendedErrorCode string
type ExtendedErrorDetails ¶
type ExtendedErrorDetails struct {
ExtendedErrorCode ExtendedErrorCode `xml:"extendedErrorCode,omitempty"`
Items []string `xml:",any"`
}
type Merge ¶
type Merge struct {
XMLName xml.Name `xml:"urn:partner.soap.sforce.com merge"`
Request []*MergeRequest `xml:"request,omitempty"`
}
type MergeRequest ¶
type MergeRequest struct {
XMLName xml.Name `xml:"request"`
AdditionalInformationMap []*AdditionalInformationMap `xml:"additionalInformationMap,omitempty"`
MasterRecord *SObject `xml:"masterRecord,omitempty"`
RecordToMergeIds []*ID `xml:"recordToMergeIds,omitempty"`
}
type MergeResponse ¶
type MergeResponse struct {
Result []MergeResult `xml:"Body>mergeResponse>result"`
}
type MergeResult ¶
type StatusCode ¶
type StatusCode string
type UndeleteResponse ¶
type UndeleteResponse struct {
Result []UndeleteResult `xml:"Body>undeleteResponse>result"`
}
type UndeleteResult ¶
Click to show internal directories.
Click to hide internal directories.