google.golang.org/api/storage/v1.Notification.EventTypes (field)

3 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L1576: 	EventTypes []string `json:"event_types,omitempty"`

	cloud.google.com/go/storage
		notifications.go#L85: 		EventTypes:       rn.EventTypes,
		notifications.go#L112: 		EventTypes:       n.EventTypes,