Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 467 Bytes

PhoneNumber.md

File metadata and controls

22 lines (16 loc) · 467 Bytes

SiteimproveAPIClient::PhoneNumber

Properties

Name Type Description Notes
id Integer Id of the phone number.
phone_number String The phone number. [optional]
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PhoneNumber.new(
  id: null,
  phone_number: null,
  _links: null
)