CreateOrUpdateReservationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request to create or update a reservation.
public class CreateOrUpdateReservationOptions
type CreateOrUpdateReservationOptions = class
Public Class CreateOrUpdateReservationOptions
- Inheritance
-
CreateOrUpdateReservationOptions
Constructors
CreateOrUpdateReservationOptions(Guid) |
Initializes a new instance of the CreateOrUpdateReservationOptions class. |
Properties
PhoneNumbersToAdd |
The list of phone numbers to add to the reservation. |
PhoneNumbersToRemove |
The list of phone number IDs to remove from the reservation. |
ReservationId |
The ID of the reservation. If a reservation with the given ID does not exist, a new reservation will be created. |