Method: Forgejo::CombinedStatus.openapi_types

Defined in:
lib/forgejo/models/combined_status.rb

.openapi_typesObject

Attribute type mapping.



58
59
60
61
62
63
64
65
66
67
68
# File 'lib/forgejo/models/combined_status.rb', line 58

def self.openapi_types
  {
    :'commit_url' => :'String',
    :'repository' => :'Repository',
    :'sha' => :'String',
    :'state' => :'String',
    :'statuses' => :'Array<CommitStatus>',
    :'total_count' => :'Integer',
    :'url' => :'String'
  }
end