bookingStaffMemberBase resource type
Namespace: microsoft.graph
Abstract base type for Bookings staff members.
Base type of bookingStaffMember.
Properties
Property | Type | Description |
---|---|---|
id | String | ID of the staff member. Inherited from entity. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.bookingStaffMemberBase",
"id": "String (identifier)"
}