Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Id of the phone number. | |
phone_number | String | The phone number. | [optional] |
_links | Links3 | [optional] |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::PhoneNumber.new(
id: null,
phone_number: null,
_links: null
)