Sha256: 4fc23a16521717814b3637f15641d1422fd2c527414abbbca12496dd8bc22b1f

Contents?: true

Size: 1.17 KB

Versions: 3

Compression:

Stored size: 1.17 KB

Contents

# SwaggerAemClient::BundleData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Bundle ID | [optional] 
**name** | **String** | Bundle name | [optional] 
**fragment** | **Boolean** | Is bundle a fragment | [optional] 
**state_raw** | **Integer** | Numeric raw bundle state value | [optional] 
**state** | **String** | Bundle state value | [optional] 
**version** | **String** | Bundle version | [optional] 
**symbolic_name** | **String** | Bundle symbolic name | [optional] 
**category** | **String** | Bundle category | [optional] 
**props** | [**Array<BundleDataProp>**](BundleDataProp.md) |  | [optional] 

## Code Sample

```ruby
require 'SwaggerAemClient'

instance = SwaggerAemClient::BundleData.new(id: null,
                                 name: null,
                                 fragment: null,
                                 state_raw: null,
                                 state: null,
                                 version: null,
                                 symbolic_name: null,
                                 category: null,
                                 props: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
swagger_aem-3.8.0 docs/BundleData.md
swagger_aem-3.7.0 docs/BundleData.md
swagger_aem-3.6.2 docs/BundleData.md