cloud.google.com/go/storage.ObjectAttrsToUpdate.ContentType (field)

3 uses

	cloud.google.com/go/storage (current package)
		storage.go#L831: 	if uattrs.ContentType != nil {
		storage.go#L832: 		attrs.ContentType = optional.ToString(uattrs.ContentType)
		storage.go#L938: 	ContentType        optional.String