Method: LinodeOpenapiClient::PostClient200Response.openapi_types

Defined in:
lib/linode_openapi_client/models/post_client200_response.rb

.openapi_typesObject

Attribute type mapping.



81
82
83
84
85
86
87
88
89
90
91
# File 'lib/linode_openapi_client/models/post_client200_response.rb', line 81

def self.openapi_types
  {
    :'id' => :'String',
    :'secret' => :'String',
    :'redirect_uri' => :'String',
    :'label' => :'String',
    :'public' => :'Boolean',
    :'thumbnail_url' => :'String',
    :'status' => :'String'
  }
end