Skip to content

Commit

Permalink
Updating based on bc338209
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed May 13, 2024
1 parent b945539 commit e32e4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var _ CopySource = SalesforceServiceCloudV2Source{}
type SalesforceServiceCloudV2Source struct {
AdditionalColumns *interface{} `json:"additionalColumns,omitempty"`
IncludeDeletedObjects *interface{} `json:"includeDeletedObjects,omitempty"`
Query *interface{} `json:"query,omitempty"`
SOQLQuery *interface{} `json:"SOQLQuery,omitempty"`

// Fields inherited from CopySource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ var _ CopySource = SalesforceV2Source{}
type SalesforceV2Source struct {
AdditionalColumns *interface{} `json:"additionalColumns,omitempty"`
IncludeDeletedObjects *interface{} `json:"includeDeletedObjects,omitempty"`
Query *interface{} `json:"query,omitempty"`
QueryTimeout *interface{} `json:"queryTimeout,omitempty"`
SOQLQuery *interface{} `json:"SOQLQuery,omitempty"`

Expand Down

0 comments on commit e32e4fc

Please sign in to comment.