StackEntry
A StackEntry joins one Stack to one Project.
Properties
- id
- The unique ID for the StackEntry.
- created_at
- The time at which this Project was added to this Stack.
- stack_id
- The unique ID of the Stack which contains this StackEntry.
- project_id
- The unique ID of the Project.
- project
- For convenience, a full Project object may be included here. If the Stack object was returned in response to an Account Stack request (/accounts/x/stacks/default.xml), the Project objects will be present.
URL
StackEntry objects cannot be queried directly. They are included in response to queries for stacks.
