Method: Akeyless::UpdateGitlabTarget.openapi_types

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

.openapi_typesObject

Attribute type mapping.



87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# File 'lib/akeyless/models/update_gitlab_target.rb', line 87

def self.openapi_types
  {
    :'comment' => :'String',
    :'description' => :'String',
    :'gitlab_access_token' => :'String',
    :'gitlab_certificate' => :'String',
    :'gitlab_url' => :'String',
    :'json' => :'Boolean',
    :'keep_prev_version' => :'String',
    :'key' => :'String',
    :'max_versions' => :'String',
    :'name' => :'String',
    :'new_name' => :'String',
    :'token' => :'String',
    :'uid_token' => :'String',
    :'update_version' => :'Boolean'
  }
end