Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 629 Bytes

ShortenedUrl.md

File metadata and controls

24 lines (18 loc) · 629 Bytes

SiteimproveAPIClient::ShortenedUrl

Properties

Name Type Description Notes
id Integer An integer value of the shortened url id
short_url String A string value of the shortened url [optional]
source_url String A string value for the source url [optional]
url_created_date Time A string value for the created date

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ShortenedUrl.new(
  id: null,
  short_url: null,
  source_url: null,
  url_created_date: null
)