Method: OpenapiClient::PaginatedResultAPIKeyRead.openapi_types

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

.openapi_typesObject

Attribute type mapping.



39
40
41
42
43
44
45
# File 'lib/openapi_client/models/paginated_result_api_key_read.rb', line 39

def self.openapi_types
  {
    :'data' => :'Array<APIKeyRead>',
    :'total_count' => :'Integer',
    :'page_count' => :'Integer'
  }
end