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

3 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L1569: 	CustomAttributes map[string]string `json:"custom_attributes,omitempty"`

	cloud.google.com/go/storage
		notifications.go#L87: 		CustomAttributes: rn.CustomAttributes,
		notifications.go#L114: 		CustomAttributes: n.CustomAttributes,