# Functions
NewSalesforceUtils creates a new instance of SalesforceUtils with the given configuration.
# Structs
No description provided by the author
CollectionsDeleteRequest is used by the CollectionsDeleteObjects method when interacting with the composite collections api.
CollectionsRequest is used by the CollectionsCreateObjects and CollectionsUpdateObjects methods when interacting with the composite collections api.
CollectionsResponseError is the error response item for a single object in the response from the collections api.
CollectionsResponseItem is the response item for a single object in the response from the collections api.
CompositeObject is a type used for input into CreateObjects.
CompositeRequest is used by the CreateObjects method when interacting with the salesforce API
ref: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/requests_composite.htm.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DescribeObjectResponse is a simplified struct representation of the json response from the "sObject Describe" API call.
DescribeObjectResponseFields is a nested struct for the Fields field in the "sObject Describe" API response.
No description provided by the author
No description provided by the author
LimitsResponse is the response from the limits endpoint https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm?q=limits.
No description provided by the author
No description provided by the author
No description provided by the author
SalesforceCredentials represents the response from salesforce's /services/oauth2/token endpoint to get an access token.
SalesforceUtils is the struct that holds config and credentials.
No description provided by the author