class BotFramework::BotData

Attributes

data[RW]
e_tag[RW]

Public Class Methods

swagger_types() click to toggle source

Attribute type mapping.

# File lib/bot_framework/models/bot_data.rb, line 8
def self.swagger_types
  {
    data: :Object,
    e_tag: :String
  }
end