google.golang.org/api/storage/v1.Bucket.ForceSendFields (field)

14 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L417: 	ForceSendFields []string `json:"-"`
		storage-gen.go#L431: 	return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)

	cloud.google.com/go/storage
		bucket.go#L701: 		rb.ForceSendFields = append(rb.ForceSendFields, "Cors")
		bucket.go#L705: 		rb.ForceSendFields = append(rb.ForceSendFields, "DefaultEventBasedHold")
		bucket.go#L753: 		rb.ForceSendFields = append(rb.ForceSendFields, "Lifecycle")
		bucket.go#L774: 		rb.ForceSendFields = append(rb.ForceSendFields, "Acl")
		bucket.go#L779: 		rb.ForceSendFields = append(rb.ForceSendFields, "DefaultObjectAcl")
		bucket.go#L787: 			rb.ForceSendFields = append(rb.ForceSendFields, "Labels")