We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f46c2e commit e5243ffCopy full SHA for e5243ff
1 file changed
protocol/misc.go
@@ -105,7 +105,7 @@ type AgentJobRequestMessage struct {
105
Variables map[string]VariableValue
106
Steps []ActionStep
107
FileTable []string
108
- BillingOwnerId string `json:"billingOwnerId,omitempty"`
+ BillingOwnerID string `json:"billingOwnerId,omitempty"`
109
}
110
111
func (jobreq *AgentJobRequestMessage) GetConnection(name string) (*VssConnection, map[string]string, error) {
0 commit comments