Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 532 Bytes

WebsiteRequestCompound.md

File metadata and controls

20 lines (14 loc) · 532 Bytes

EzmaxApi::WebsiteRequestCompound

Properties

Name Type Description Notes
fki_websitetype_id Integer The unique ID of the Websitetype. Valid values: Value
s_website_address String The URL of the website.

Example

require 'Ezmaxapi'

instance = EzmaxApi::WebsiteRequestCompound.new(
  fki_websitetype_id: 1,
  s_website_address: https://www.example.com
)