Class: TencentCloud::Bh::V20230418::ModifyAuthModeSettingRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::ModifyAuthModeSettingRequest
- Defined in:
- lib/v20230418/models.rb
Overview
ModifyAuthModeSetting请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(authmode = nil, resourcetype = nil) ⇒ ModifyAuthModeSettingRequest
constructor
A new instance of ModifyAuthModeSettingRequest.
Constructor Details
#initialize(authmode = nil, resourcetype = nil) ⇒ ModifyAuthModeSettingRequest
Returns a new instance of ModifyAuthModeSettingRequest.
5239 5240 5241 5242 |
# File 'lib/v20230418/models.rb', line 5239 def initialize(authmode=nil, resourcetype=nil) @AuthMode = authmode @ResourceType = resourcetype end |
Instance Attribute Details
#AuthMode ⇒ Object
5237 5238 5239 |
# File 'lib/v20230418/models.rb', line 5237 def AuthMode @AuthMode end |
#ResourceType ⇒ Object
5237 5238 5239 |
# File 'lib/v20230418/models.rb', line 5237 def ResourceType @ResourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
5244 5245 5246 5247 |
# File 'lib/v20230418/models.rb', line 5244 def deserialize(params) @AuthMode = params['AuthMode'] @ResourceType = params['ResourceType'] end |