type google.golang.org/api/storage/v1.Notification

14 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L1565: type Notification struct {
		storage-gen.go#L1623: func (s *Notification) MarshalJSON() ([]byte, error) {
		storage-gen.go#L1624: 	type NoMethod Notification
		storage-gen.go#L1632: 	Items []*Notification `json:"items,omitempty"`
		storage-gen.go#L6938: func (c *NotificationsGetCall) Do(opts ...googleapi.CallOption) (*Notification, error) {
		storage-gen.go#L6957: 	ret := &Notification{
		storage-gen.go#L7020: 	notification *Notification
		storage-gen.go#L7027: func (r *NotificationsService) Insert(bucket string, notification *Notification) *NotificationsInsertCall {
		storage-gen.go#L7109: func (c *NotificationsInsertCall) Do(opts ...googleapi.CallOption) (*Notification, error) {
		storage-gen.go#L7128: 	ret := &Notification{

	cloud.google.com/go/storage
		notifications.go#L82: func toNotification(rn *raw.Notification) *Notification {
		notifications.go#L107: func toRawNotification(n *Notification) *raw.Notification {
		notifications.go#L108: 	return &raw.Notification{
		notifications.go#L169: func notificationsToMap(rns []*raw.Notification) map[string]*Notification {