---
title: CiBuildAction.Attributes
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/cibuildaction/attributes-data.dictionary
---

# CiBuildAction.Attributes

The attributes that describe a Build Actions resource.

## Declaration

```data
object CiBuildAction.Attributes
```

## Properties

actionType: The type of the build action. completionStatus: The status of the action. executionProgress: A string that indicates the progress of the build action. finishedDate: The date and time when Xcode Cloud finished performing the action. isRequiredToPass: A Boolean value that indicates whether the action must succeed in order for a build to succeed. issueCounts: An integer value that represents the number of issues Xcode Cloud encountered when it performed the action. name: The name of the build action; for example, Archive iOS. startedDate: The date and time when Xcode Cloud started performing the action.

## Topics

### Types

- [CiActionType](appstoreconnectapi/ciactiontype.md)

## See Also

### Objects

- [CiBuildAction.Relationships](appstoreconnectapi/cibuildaction/relationships-data.dictionary.md)
