From 5ac6b16f3c541c7bfca1c96d8b5c18f44700ff3c Mon Sep 17 00:00:00 2001 From: adiyaar24 Date: Tue, 12 Dec 2023 15:43:59 +0530 Subject: [PATCH] Added Field Execute on Delegate --- harness/nextgen/model_gcp_connector.go | 1 + 1 file changed, 1 insertion(+) diff --git a/harness/nextgen/model_gcp_connector.go b/harness/nextgen/model_gcp_connector.go index bc1cf21d..836fd3eb 100644 --- a/harness/nextgen/model_gcp_connector.go +++ b/harness/nextgen/model_gcp_connector.go @@ -13,4 +13,5 @@ package nextgen type GcpConnector struct { Credential *GcpConnectorCredential `json:"credential"` DelegateSelectors []string `json:"delegateSelectors,omitempty"` + ExecuteOnDelegate bool `json:"executeOnDelegate,omitempty"` }