Class: TencentCloud::Tccatalog::V20241024::BindTccVpcEndPointServiceWhiteListRequest

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

Overview

BindTccVpcEndPointServiceWhiteList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DescriptionObject

Parameters:

  • EndPointServiceId:

    终端节点服务Id

  • UserUin:

    需要开白的用户Uin

  • Description:

    用户描述



69
70
71
# File 'lib/v20241024/models.rb', line 69

def Description
  @Description
end

#EndPointServiceIdObject

Parameters:

  • EndPointServiceId:

    终端节点服务Id

  • UserUin:

    需要开白的用户Uin

  • Description:

    用户描述



69
70
71
# File 'lib/v20241024/models.rb', line 69

def EndPointServiceId
  @EndPointServiceId
end

#UserUinObject

Parameters:

  • EndPointServiceId:

    终端节点服务Id

  • UserUin:

    需要开白的用户Uin

  • Description:

    用户描述



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