Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 556 Bytes

Producer.md

File metadata and controls

28 lines (22 loc) · 556 Bytes

Akeyless::Producer

Properties

Name Type Description Notes
active Boolean [optional]
failure_message String [optional]
id Integer [optional]
init Boolean [optional]
name String [optional]
type String [optional]

Example

require 'akeyless'

instance = Akeyless::Producer.new(
  active: null,
  failure_message: null,
  id: null,
  init: null,
  name: null,
  type: null
)