Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 829 Bytes

File metadata and controls

34 lines (28 loc) · 829 Bytes

Akeyless::AccountCustomFieldGetOutput

Properties

Name Type Description Notes
account_id String [optional]
creation_date Time [optional]
deletion_date Time [optional]
id Integer [optional]
modification_date Time [optional]
name String [optional]
object String [optional]
object_type String [optional]
required Boolean [optional]

Example

require 'akeyless'

instance = Akeyless::AccountCustomFieldGetOutput.new(
  account_id: null,
  creation_date: null,
  deletion_date: null,
  id: null,
  modification_date: null,
  name: null,
  object: null,
  object_type: null,
  required: null
)