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 14bd940 commit 8fdf598Copy full SHA for 8fdf598
api/audit_trail/v1alpha1/audit_trail_sdk.go
@@ -306,9 +306,6 @@ type Event struct {
306
// MethodName: API method called to trigger the event.
307
MethodName string `json:"method_name"`
308
309
- // Deprecated: Resource: resource attached to the event.
310
- Resource *Resource `json:"resource,omitempty"`
311
-
312
// Resources: resources attached to the event.
313
Resources []*Resource `json:"resources"`
314
0 commit comments