type cloud.google.com/go/storage.ObjectAttrs

18 uses

	cloud.google.com/go/storage (current package)
		bucket.go#L1122: 	items    []*ObjectAttrs
		bucket.go#L1139: func (it *ObjectIterator) Next() (*ObjectAttrs, error) {
		bucket.go#L1181: 		it.items = append(it.items, &ObjectAttrs{Prefix: prefix})
		copy.go#L41: 	ObjectAttrs
		copy.go#L76: func (c *Copier) Run(ctx context.Context) (attrs *ObjectAttrs, err error) {
		copy.go#L167: 	ObjectAttrs
		copy.go#L181: func (c *Composer) Run(ctx context.Context) (attrs *ObjectAttrs, err error) {
		storage.go#L789: func (o *ObjectHandle) Attrs(ctx context.Context) (attrs *ObjectAttrs, err error) {
		storage.go#L821: func (o *ObjectHandle) Update(ctx context.Context, uattrs ObjectAttrsToUpdate) (oa *ObjectAttrs, err error) {
		storage.go#L828: 	var attrs ObjectAttrs
		storage.go#L1004: 		ObjectAttrs: ObjectAttrs{Name: o.object},
		storage.go#L1045: func (o *ObjectAttrs) toRawObject(bucket string) *raw.Object {
		storage.go#L1068: type ObjectAttrs struct {
		storage.go#L1214: func newObject(o *raw.Object) *ObjectAttrs {
		storage.go#L1228: 	return &ObjectAttrs{
		writer.go#L35: 	ObjectAttrs
		writer.go#L83: 	obj   *ObjectAttrs
		writer.go#L266: func (w *Writer) Attrs() *ObjectAttrs {