Sha256: b5df419d58775d200e895662855ef674680b44a22d51697432dd4362f98c77c8
Contents?: true
Size: 404 Bytes
Versions: 1
Compression:
Stored size: 404 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::GCPIntegrationAPI.new body = DatadogAPIClient::V1::GCPAccount.new # GCPAccount | Update a Datadog-GCP integration. begin # Update a GCP integration result = api_instance.update_gcp_integration(body) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling GCPIntegrationAPI->update_gcp_integration: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/gcp-integration/UpdateGCPIntegration.rb |