github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/NumberPoolPhoneNumberRequest.md (about)

     1  # NumberPoolPhoneNumberRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **PhoneNumber** | **string** | Phone number in E.164 format | [optional] 
     7  **ReservedTill** | [**time.Time**](time.Time.md) | Datetime up to which the number is reserved in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. If it is omitted or explicitly set to 'null', the number will be un-reserved if it was reserved previously by the same session. Also the values 'Min' and 'Max' are supported. 'Min' is 30 seconds; and 'Max' is 30 days (for reservation by brand) and 20 minutes (for reservation by account/session) | [optional] 
     8  **ReservationId** | **string** | Internal identifier of a phone number reservation; encoded data including reservation type (by brand, by account, by session), particular brand/account/session data, and reservation date and time | [optional] 
     9  
    10  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    11  
    12