Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 431 Bytes

CfInfo.md

File metadata and controls

24 lines (18 loc) · 431 Bytes

Akeyless::CfInfo

Properties

Name Type Description Notes
cf_name String [optional]
description String [optional]
hash String [optional]
id String [optional]

Example

require 'akeyless'

instance = Akeyless::CfInfo.new(
  cf_name: null,
  description: null,
  hash: null,
  id: null
)