---
title: Package.Attributes
framework: Apple Business API
role: symbol
role_heading: Object
platforms: [apple business api 2.5+]
path: applebusinessapi/package/attributes-data.dictionary
---

# Package.Attributes

Attributes that describe a package resource.

## Declaration

```data
object Package.Attributes
```

## Properties

name: The display name of the package. url: The HTTPS URL to download the package. hash: The hex string hash of the package file. bundleIds: The list of bundle identifiers contained in the package. description: A short description of the package. version: The version string of the package. createdDateTime: The date and time that the package was created. updatedDateTime: The date and time that the package was last updated.

## Overview

Overview note: When additional attributes are added by Apple, they appear automatically, without requiring a newer version of the API.
