Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 436 Bytes

File metadata and controls

22 lines (16 loc) · 436 Bytes

Akeyless::WindowsService

Properties

Name Type Description Notes
attributes WindowsServiceAttributes [optional]
host String [optional]
name String [optional]

Example

require 'akeyless'

instance = Akeyless::WindowsService.new(
  attributes: null,
  host: null,
  name: null
)