Overview

The BookableResourceCreator type

Members

Show inherited members

Name Type Description

communityHandle

beeId<community>

The CommunityHandle of the BookableResourceCreator

name

string

The Name of the BookableResourceCreator

type

resourceType

The ResourceType of the BookableResourceCreator

updater

bookableResourceUpdater

The BookableResourceUpdater of the BookableResourceCreator

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:bookableResourceCreator xsi:type="obh:bookableResourceCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <communityHandle>your_beeId_0</communityHandle>
        <name>your_string_0</name>
        <type>your_resourceType_0</type>
        <updater>your_bookableResourceUpdater_0</updater>
</obh:bookableResourceCreator>

Referenced By Representaions

Not Referenced Directly by Representations