Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 599 Bytes

CustomerFragmentConfig.md

File metadata and controls

28 lines (22 loc) · 599 Bytes

Akeyless::CustomerFragmentConfig

Properties

Name Type Description Notes
description String [optional]
fragment_type String [optional]
id String [optional]
key_label String [optional]
name String [optional]
value String [optional]

Example

require 'akeyless'

instance = Akeyless::CustomerFragmentConfig.new(
  description: null,
  fragment_type: null,
  id: null,
  key_label: null,
  name: null,
  value: null
)