github.com/twilio/twilio-go@v1.20.1/rest/numbers/v2/docs/NumbersV2ReplaceItems.md (about) 1 # NumbersV2ReplaceItems 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Bundle resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Bundle resource. | 9 **RegulationSid** | Pointer to **string** | The unique string of a regulation that is associated to the Bundle resource. | 10 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 11 **Status** | Pointer to [**string**](ReplaceItemsEnumStatus.md) | | 12 **ValidUntil** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until. | 13 **Email** | Pointer to **string** | The email address that will receive updates when the Bundle resource changes status. | 14 **StatusCallback** | Pointer to **string** | The URL we call to inform your application of status changes. | 15 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 16 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 17 18 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 19 20