Class: TencentCloud::Dlc::V20210125::DescribeUserTypeResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210125/models.rb

Overview

DescribeUserType返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(usertype = nil, requestid = nil) ⇒ DescribeUserTypeResponse



10212
10213
10214
10215
# File 'lib/v20210125/models.rb', line 10212

def initialize(usertype=nil, requestid=nil)
  @UserType = usertype
  @RequestId = requestid
end

Instance Attribute Details

#RequestIdObject



10210
10211
10212
# File 'lib/v20210125/models.rb', line 10210

def RequestId
  @RequestId
end

#UserTypeObject



10210
10211
10212
# File 'lib/v20210125/models.rb', line 10210

def UserType
  @UserType
end

Instance Method Details

#deserialize(params) ⇒ Object



10217
10218
10219
10220
# File 'lib/v20210125/models.rb', line 10217

def deserialize(params)
  @UserType = params['UserType']
  @RequestId = params['RequestId']
end