Method: OpenapiClient::PolicyRepoRead.openapi_types

Defined in:
lib/openapi_client/models/policy_repo_read.rb

.openapi_typesObject

Attribute type mapping.



54
55
56
57
58
59
60
61
62
63
64
# File 'lib/openapi_client/models/policy_repo_read.rb', line 54

def self.openapi_types
  {
    :'id' => :'String',
    :'status' => :'PolicyRepoStatus',
    :'key' => :'String',
    :'url' => :'String',
    :'main_branch_name' => :'String',
    :'credentials' => :'SSHAuthData',
    :'activate_when_validated' => :'Boolean'
  }
end