Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 358 Bytes

TargetNameWithHosts.md

File metadata and controls

20 lines (14 loc) · 358 Bytes

Akeyless::TargetNameWithHosts

Properties

Name Type Description Notes
hosts Array<String> [optional]
target_name String [optional]

Example

require 'akeyless'

instance = Akeyless::TargetNameWithHosts.new(
  hosts: null,
  target_name: null
)