| Name | Type | Description | Notes |
|---|---|---|---|
| attributes | WindowsServiceAttributes | [optional] | |
| host | String | [optional] | |
| name | String | [optional] |
require 'akeyless'
instance = Akeyless::WindowsService.new(
attributes: null,
host: null,
name: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| attributes | WindowsServiceAttributes | [optional] | |
| host | String | [optional] | |
| name | String | [optional] |
require 'akeyless'
instance = Akeyless::WindowsService.new(
attributes: null,
host: null,
name: null
)