Class: BotFramework::ResourceResponse
- Defined in:
- lib/bot_framework/models/resource_response.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Id of the resource.
Class Method Summary collapse
-
.swagger_types ⇒ Object
Attribute type mapping.
Methods inherited from Base
#==, #_deserialize, #_to_hash, #as_json, attr_accessor, attribute_map, #attributes, #attributes_hash, #build_from_hash, #compact_attributes_hash, #eql?, #hash, #initialize, #list_invalid_properties, #to_body, #to_hash, #to_json, #to_s, #valid?
Constructor Details
This class inherits a constructor from BotFramework::Base
Instance Attribute Details
#id ⇒ Object
Id of the resource
4 5 6 |
# File 'lib/bot_framework/models/resource_response.rb', line 4 def id @id end |
Class Method Details
.swagger_types ⇒ Object
Attribute type mapping.
7 8 9 10 11 |
# File 'lib/bot_framework/models/resource_response.rb', line 7 def self.swagger_types { id: :String } end |