Method: OSDNClient::ProjectBzr.swagger_types

Defined in:
lib/osdn-client/models/project_bzr.rb

.swagger_typesObject

Attribute type mapping.



82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# File 'lib/osdn-client/models/project_bzr.rb', line 82

def self.swagger_types
  {
    :'id' => :'Integer',
    :'created' => :'BOOLEAN',
    :'active' => :'BOOLEAN',
    :'setting_applied' => :'BOOLEAN',
    :'name' => :'String',
    :'description' => :'String',
    :'type' => :'String',
    :'mail_enabled' => :'BOOLEAN',
    :'mail_recipients' => :'String',
    :'url_viewer' => :'String',
    :'url_rw' => :'String',
    :'url_ro' => :'String',
    :'last_commit' => :'ProjectSCMLastCommit',
    :'branches' => :'Array<String>',
    :'tags' => :'Array<String>'
  }
end