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

     1  # VoiceV1IpRecord
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IP Record resource. |
     8  **Sid** | Pointer to **string** | The unique string that we created to identify the IP Record resource. |
     9  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    10  **IpAddress** | Pointer to **string** | An IP address in dotted decimal notation, IPv4 only. |
    11  **CidrPrefixLength** | Pointer to **int** | An integer representing the length of the [CIDR](https://tools.ietf.org/html/rfc4632) prefix to use with this IP address. By default the entire IP address is used, which for IPv4 is value 32. |
    12  **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. |
    13  **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. |
    14  **Url** | Pointer to **string** | The absolute URL of the resource. |
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17  
    18