![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04  |  
        
| Name | Type | Required | Description | 
|---|---|---|---|
labelBundleType  | 
                    ![]()  | 
                    The type of the label bundle. | |
labelCount  | 
                    ![]()  | 
                    The number of labels in the bundle. | |
labels  | 
                    label[]  | 
                    ![]()  | 
                    The labels inside of the bundle. | 
Inherits From
Applied Markers
<xs:complexType name="labelBundle">
    <xs:complexContent>
        <xs:extension base="tns:marker">
            <xs:sequence>
                <xs:element minOccurs="0" name="labelBundleType" type="tns:labelBundleType"/>
                <xs:element name="labelCount" type="xs:long"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="labels" nillable="true" type="tns:label"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
        
        | Usage | Resource | Method | 
|---|---|---|
| Response | LabelBundle | Create | 
| Response | LabelBundle | Read | 
| Response | LabelBundle | Read Batch | 
| Request | LabelBundle | Read Batch | 
| Response | LabelBundle | Update | 

 
        Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
        
 
        Legal Notices