Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 416 Bytes

EventForwarderCreateUpdateOutput.md

File metadata and controls

20 lines (14 loc) · 416 Bytes

Akeyless::EventForwarderCreateUpdateOutput

Properties

Name Type Description Notes
event_forwarder_id Integer [optional]
event_forwarder_name String [optional]

Example

require 'akeyless'

instance = Akeyless::EventForwarderCreateUpdateOutput.new(
  event_forwarder_id: null,
  event_forwarder_name: null
)