Skip to content

Commit 8fdf598

Browse files
feat(audit_trail): remove deprecated resource field (#2629)
Co-authored-by: Jonathan R. <[email protected]>
1 parent 14bd940 commit 8fdf598

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/audit_trail/v1alpha1/audit_trail_sdk.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@ type Event struct {
306306
// MethodName: API method called to trigger the event.
307307
MethodName string `json:"method_name"`
308308

309-
// Deprecated: Resource: resource attached to the event.
310-
Resource *Resource `json:"resource,omitempty"`
311-
312309
// Resources: resources attached to the event.
313310
Resources []*Resource `json:"resources"`
314311

0 commit comments

Comments
 (0)