google.golang.org/api/storage/v1.BucketLifecycleRuleCondition.NumNewerVersions (field)

3 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L806: 	NumNewerVersions int64 `json:"numNewerVersions,omitempty"`

	cloud.google.com/go/storage
		bucket.go#L951: 				NumNewerVersions:    r.Condition.NumNewerVersions,
		bucket.go#L986: 				NumNewerVersions:      rr.Condition.NumNewerVersions,