Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 489 Bytes

CorsResponse.md

File metadata and controls

22 lines (16 loc) · 489 Bytes

EzmaxApi::CorsResponse

Properties

Name Type Description Notes
pki_cors_id Integer The unique ID of the Cors
fki_apikey_id Integer The unique ID of the Apikey
s_cors_entryurl String The entryurl of the Cors

Example

require 'Ezmaxapi'

instance = EzmaxApi::CorsResponse.new(
  pki_cors_id: 228,
  fki_apikey_id: 99,
  s_cors_entryurl: Https://www.example.com
)