Class: TencentCloud::Tccatalog::V20241024::BindTccVpcEndPointServiceWhiteListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tccatalog::V20241024::BindTccVpcEndPointServiceWhiteListRequest
- Defined in:
- lib/v20241024/models.rb
Overview
BindTccVpcEndPointServiceWhiteList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(endpointserviceid = nil, useruin = nil, description = nil) ⇒ BindTccVpcEndPointServiceWhiteListRequest
constructor
A new instance of BindTccVpcEndPointServiceWhiteListRequest.
Constructor Details
#initialize(endpointserviceid = nil, useruin = nil, description = nil) ⇒ BindTccVpcEndPointServiceWhiteListRequest
Returns a new instance of BindTccVpcEndPointServiceWhiteListRequest.
71 72 73 74 75 |
# File 'lib/v20241024/models.rb', line 71 def initialize(endpointserviceid=nil, useruin=nil, description=nil) @EndPointServiceId = endpointserviceid @UserUin = useruin @Description = description end |
Instance Attribute Details
#Description ⇒ Object
69 70 71 |
# File 'lib/v20241024/models.rb', line 69 def Description @Description end |
#EndPointServiceId ⇒ Object
69 70 71 |
# File 'lib/v20241024/models.rb', line 69 def EndPointServiceId @EndPointServiceId end |
#UserUin ⇒ Object
69 70 71 |
# File 'lib/v20241024/models.rb', line 69 def UserUin @UserUin end |
Instance Method Details
#deserialize(params) ⇒ Object
77 78 79 80 81 |
# File 'lib/v20241024/models.rb', line 77 def deserialize(params) @EndPointServiceId = params['EndPointServiceId'] @UserUin = params['UserUin'] @Description = params['Description'] end |