Class: TencentCloud::Lcic::V20220817::AppConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::AppConfig
- Defined in:
- lib/v20220817/models.rb
Overview
应用配置信息
Instance Attribute Summary collapse
- #ApplicationId ⇒ Object
- #AppName ⇒ Object
- #AppVersion ⇒ Object
- #Callback ⇒ Object
- #CallbackKey ⇒ Object
- #CreatedAt ⇒ Object
- #State ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(applicationid = nil, appname = nil, state = nil, appversion = nil, createdat = nil, callback = nil, callbackkey = nil) ⇒ AppConfig
constructor
A new instance of AppConfig.
Constructor Details
#initialize(applicationid = nil, appname = nil, state = nil, appversion = nil, createdat = nil, callback = nil, callbackkey = nil) ⇒ AppConfig
Returns a new instance of AppConfig.
131 132 133 134 135 136 137 138 139 |
# File 'lib/v20220817/models.rb', line 131 def initialize(applicationid=nil, appname=nil, state=nil, appversion=nil, createdat=nil, callback=nil, callbackkey=nil) @ApplicationId = applicationid @AppName = appname @State = state @AppVersion = appversion @CreatedAt = createdat @Callback = callback @CallbackKey = callbackkey end |
Instance Attribute Details
#ApplicationId ⇒ Object
129 130 131 |
# File 'lib/v20220817/models.rb', line 129 def ApplicationId @ApplicationId end |
#AppName ⇒ Object
129 130 131 |
# File 'lib/v20220817/models.rb', line 129 def AppName @AppName end |
#AppVersion ⇒ Object
129 130 131 |
# File 'lib/v20220817/models.rb', line 129 def AppVersion @AppVersion end |
#Callback ⇒ Object
129 130 131 |
# File 'lib/v20220817/models.rb', line 129 def Callback @Callback end |
#CallbackKey ⇒ Object
129 130 131 |
# File 'lib/v20220817/models.rb', line 129 def CallbackKey @CallbackKey end |
#CreatedAt ⇒ Object
129 130 131 |
# File 'lib/v20220817/models.rb', line 129 def CreatedAt @CreatedAt end |
#State ⇒ Object
129 130 131 |
# File 'lib/v20220817/models.rb', line 129 def State @State end |
Instance Method Details
#deserialize(params) ⇒ Object
141 142 143 144 145 146 147 148 149 |
# File 'lib/v20220817/models.rb', line 141 def deserialize(params) @ApplicationId = params['ApplicationId'] @AppName = params['AppName'] @State = params['State'] @AppVersion = params['AppVersion'] @CreatedAt = params['CreatedAt'] @Callback = params['Callback'] @CallbackKey = params['CallbackKey'] end |