github.com/twilio/twilio-go@v1.20.1/rest/numbers/v2/docs/NumbersV2BulkHostedNumberOrder.md (about)

     1  # NumbersV2BulkHostedNumberOrder
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **BulkHostingSid** | Pointer to **string** | A 34 character string that uniquely identifies this BulkHostedNumberOrder. |
     8  **RequestStatus** | Pointer to [**string**](BulkHostedNumberOrderEnumRequestStatus.md) |  |
     9  **FriendlyName** | Pointer to **string** | A 128 character string that is a human-readable text that describes this resource. |
    10  **NotificationEmail** | Pointer to **string** | Email address used for send notifications about this Bulk hosted number request. |
    11  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. |
    12  **DateCompleted** | Pointer to [**time.Time**](time.Time.md) | The date that this resource was completed, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. |
    13  **Url** | Pointer to **string** | The URL of this BulkHostedNumberOrder resource. |
    14  **TotalCount** | Pointer to **int** | The total count of phone numbers in this Bulk hosting request. |
    15  **Results** | Pointer to **[]interface{}** | Contains a list of all the individual hosting orders and their information, for this Bulk request. Each result object is grouped by its order status. To see a complete list of order status, please check 'https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/hosted-number-order-resource#status-values'. |
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19