github.com/twilio/twilio-go@v1.20.1/rest/voice/v1/docs/VoiceV1SourceIpMapping.md (about)

     1  # VoiceV1SourceIpMapping
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the IP Record resource. |
     8  **IpRecordSid** | Pointer to **string** | The Twilio-provided string that uniquely identifies the IP Record resource to map from. |
     9  **SipDomainSid** | Pointer to **string** | The SID of the SIP Domain that the IP Record is mapped to. |
    10  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    11  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    12  **Url** | Pointer to **string** | The absolute URL of the resource. |
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16