Class: TencentCloud::Wedata::V20210820::DeleteProjectUsersResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DeleteProjectUsersResponse
- Defined in:
- lib/v20210820/models.rb
Overview
DeleteProjectUsers返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteProjectUsersResponse
constructor
A new instance of DeleteProjectUsersResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteProjectUsersResponse
Returns a new instance of DeleteProjectUsersResponse.
7600 7601 7602 |
# File 'lib/v20210820/models.rb', line 7600 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7598 7599 7600 |
# File 'lib/v20210820/models.rb', line 7598 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7604 7605 7606 |
# File 'lib/v20210820/models.rb', line 7604 def deserialize(params) @RequestId = params['RequestId'] end |