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

4 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L1579: 	Id string `json:"id,omitempty"`

	cloud.google.com/go/storage
		notifications.go#L84: 		ID:               rn.Id,
		notifications.go#L109: 		Id: n.ID,
		notifications.go#L172: 		m[rn.Id] = toNotification(rn)