Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeURL ¶
Types ¶
type ClientUtil ¶
func (*ClientUtil) Describe ¶
func (cu *ClientUtil) Describe(sobjectName string) (*http.Response, error)
Describe fetches https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_describe.htm
type Field ¶
type Field struct { Name string `json:"name,omitempty"` PicklistValues []PicklistValue `json:"picklistValues,omitempty"` Type string `json:"type,omitempty"` }
Click to show internal directories.
Click to hide internal directories.