Method: Akeyless::TargetUpdateLinked.openapi_types

Defined in:
lib/akeyless/models/target_update_linked.rb

.openapi_typesObject

Attribute type mapping.



78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'lib/akeyless/models/target_update_linked.rb', line 78

def self.openapi_types
  {
    :'add_hosts' => :'String',
    :'description' => :'String',
    :'hosts' => :'String',
    :'json' => :'Boolean',
    :'keep_prev_version' => :'String',
    :'name' => :'String',
    :'new_name' => :'String',
    :'parent_target_name' => :'String',
    :'rm_hosts' => :'String',
    :'token' => :'String',
    :'type' => :'String',
    :'uid_token' => :'String'
  }
end