Class: BotFramework::ResourceResponse

Inherits:
Base
  • Object
show all
Defined in:
lib/bot_framework/models/resource_response.rb

Instance Attribute Summary collapse

Class Method Summary collapse

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

#idObject

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_typesObject

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